Class ChunkedResponse
- java.lang.Object
-
- com.zing.zalo.zbrowser.downloader.ChunkedResponse
-
public class ChunkedResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ChunkedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]parseChunked(byte[] in)
-
-
-
Method Detail
-
parseChunked
public byte[] parseChunked(byte[] in) throws IOException- Throws:
IOException
-
-