org.metastatic.jessie.https
Class ChunkedInputStream
FilterInputStream
|
+--org.metastatic.jessie.https.ChunkedInputStream
public class ChunkedInputStream
extends FilterInputStream
ChunkedInputStream
public ChunkedInputStream(final InputStream in)Parameters:
available
public synchronized int available()
mark
public void mark(int readLimit)Parameters:
markSupported
public boolean markSupported()
read
public synchronized int read()
read
public synchronized int read(byte[] buf, int off, int len)Parameters:
reset
public void reset()
skip
public synchronized long skip(long bytes)Parameters: