org.metastatic.jessie.https
Class ChunkedInputStream
FilterInputStream
org.metastatic.jessie.https.ChunkedInputStream
public class ChunkedInputStream
extends FilterInputStream
ChunkedInputStream
public ChunkedInputStream(InputStream in)
available
public int available()
throws IOException
mark
public void mark(int readLimit)
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(byte[] buf,
int off,
int len)
throws IOException
skip
public long skip(long bytes)
throws IOException