org.apache.axis.transport.http
Class ChunkedInputStream
public
class
ChunkedInputStream
extends FilterInputStream
protected long chunkSize
protected volatile boolean closed
public ChunkedInputStream(InputStream is)
public int available()
public void close()
protected long getChunked()
public boolean markSupported()
public int read()
public int read(byte[] b)
public int read(byte[] b, int off, int len)
public void reset()
public long skip(long n)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.