org.apache.axis.transport.http

Class ChunkedInputStream


public class ChunkedInputStream
extends java.io.FilterInputStream

Author:
Rick Rineholt

Field Summary

protected long
chunkSize
protected boolean
closed

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)

Field Details

chunkSize

protected long chunkSize


closed

protected boolean closed

Constructor Details

ChunkedInputStream

public ChunkedInputStream(InputStream is)

Method Details

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 B) 2005 Apache Web Services Project. All Rights Reserved.