org.metastatic.jessie.https

Class ChunkedInputStream


public class ChunkedInputStream
extends FilterInputStream

Constructor Summary

ChunkedInputStream(InputStream in)

Method Summary

int
available()
void
mark(int readLimit)
boolean
markSupported()
int
read()
int
read(byte[] buf, int off, int len)
void
reset()
long
skip(long bytes)

Constructor Details

ChunkedInputStream

public ChunkedInputStream(InputStream in)

Method Details

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

reset

public void reset()

skip

public long skip(long bytes)
            throws IOException