org.jboss.axis.transport.http
Class ChunkedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.jboss.axis.transport.http.ChunkedInputStream
- All Implemented Interfaces:
- Closeable
public class ChunkedInputStream
- extends FilterInputStream
- Author:
- Rick Rineholt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunkSize
protected long chunkSize
closed
protected volatile boolean closed
ChunkedInputStream
public ChunkedInputStream(InputStream is)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available
in class FilterInputStream
- Throws:
IOException
getChunked
protected long getChunked()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterInputStream
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class FilterInputStream
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class FilterInputStream
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.