Open dongyiming opened 5 years ago
😀
compile 'com.koushikdutta.async:androidasync:2.+'
look as this
public String peekString(Charset charset) { if (charset == null) charset = Charsets.US_ASCII; StringBuilder builder = new StringBuilder(); }
but ur example is "charset = Charsets.utf-8"
@koush
now , i need to import this lib into my project,and modify the AsyncNetworkSocket.class like this
@Override public String charset() { return "utf-8"; }
but i do not want to,it makes my project bloated