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