org.apache.axis.transport.http

Class ChunkedInputStream

public class ChunkedInputStream extends FilterInputStream

Author: Rick Rineholt

Field Summary
protected longchunkSize
protected booleanclosed
Constructor Summary
ChunkedInputStream(InputStream is)
Method Summary
intavailable()
voidclose()
protected longgetChunked()
booleanmarkSupported()
intread()
intread(byte[] b)
intread(byte[] b, int off, int len)
voidreset()
longskip(long n)

Field Detail

chunkSize

protected long chunkSize

closed

protected volatile boolean closed

Constructor Detail

ChunkedInputStream

public ChunkedInputStream(InputStream is)

Method Detail

available

public int available()

close

public void close()

getChunked

protected long getChunked()

markSupported

public boolean markSupported()

read

public int read()

read

public int read(byte[] b)

read

public int read(byte[] b, int off, int len)

reset

public void reset()

skip

public long skip(long n)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.