com.qiniu.android.netdiag.Output Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-netdiag Show documentation
Show all versions of android-netdiag Show documentation
Qiniu Network Diagnosis Library for Android
The newest version!
package com.qiniu.android.netdiag;
/**
* Created by bailong on 16/2/24.
*/
public interface Output {
void write(String line);
}