当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
ChunkedInputStream (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.transport.http
Class ChunkedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.axis.transport.http.ChunkedInputStream
- 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
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Throws:
IOException
available
public int available()
throws IOException
- Throws:
IOException
getChunked
protected long getChunked()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
reset
public void reset()
throws IOException
- Throws:
IOException
markSupported
public boolean markSupported()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.