Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
org.metastatic.jessie.https

Class ChunkedInputStream

FilterInputStream
|
+--org.metastatic.jessie.https.ChunkedInputStream


public class ChunkedInputStream

extends FilterInputStream

Constructor Summary

ChunkedInputStream(final InputStream in)

Method Summary

synchronized intavailable()

voidmark(int readLimit)

booleanmarkSupported()

synchronized intread()

synchronized intread(byte[] buf, int off, int len)

voidreset()

synchronized longskip(long bytes)

Constructor Details

ChunkedInputStream

public ChunkedInputStream(final InputStream in)

Parameters:


Method Details

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: