org.mortbay.http
Class ChunkingInputStream
InputStream
org.mortbay.http.ChunkingInputStream
public class ChunkingInputStream
extends InputStream
Dechunk input.
Or limit content length.
ChunkingInputStream
public ChunkingInputStream(LineInput in)
Constructor.
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int readlimit)
Not Implemented.
markSupported
public boolean markSupported()
Mark is not supported.
read
public int read()
throws IOException
read
public int read(b[] )
throws IOException
read
public int read(b[] ,
int off,
int len)
throws IOException
reset
public void reset()
Not Implemented.
resetStream
public void resetStream()
skip
public long skip(long len)
throws IOException
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.