org.apache.coyote.tomcat5
Class CoyoteReader
BufferedReader
org.apache.coyote.tomcat5.CoyoteReader
public class CoyoteReader
extends BufferedReader
Coyote implementation of the buffred reader.
- Remy Maucherat
lineBuffer
protected char[] lineBuffer
close
public void close()
throws IOException
mark
public void mark(int readAheadLimit)
throws IOException
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(char[] cbuf)
throws IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
readLine
public String readLine()
throws IOException
ready
public boolean ready()
throws IOException
reset
public void reset()
throws IOException
skip
public long skip(long n)
throws IOException
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.