站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

ChunkedInputStream (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.transport.http
Class ChunkedInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.apache.axis.transport.http.ChunkedInputStream

public class ChunkedInputStream
extends FilterInputStream

Author:
Rick Rineholt

Field Summary
protected  long chunkSize
           
protected  boolean closed
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
ChunkedInputStream(InputStream is)
           
 
Method Summary
 int available()
           
 void close()
           
protected  long getChunked()
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.io.FilterInputStream
mark
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chunkSize

protected long chunkSize

closed

protected volatile boolean closed
Constructor Detail

ChunkedInputStream

public ChunkedInputStream(InputStream is)
Method Detail

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.