org.apache.coyote.tomcat5

Class CoyoteReader


public class CoyoteReader
extends BufferedReader

Coyote implementation of the buffred reader.

Author:
Remy Maucherat

Field Summary

protected InputBuffer
ib
protected char[]
lineBuffer

Constructor Summary

CoyoteReader(InputBuffer ib)

Method Summary

void
close()
void
mark(int readAheadLimit)
boolean
markSupported()
int
read()
int
read(char[] cbuf)
int
read(char[] cbuf, int off, int len)
String
readLine()
boolean
ready()
void
reset()
long
skip(long n)

Field Details

ib

protected InputBuffer ib


lineBuffer

protected char[] lineBuffer

Constructor Details

CoyoteReader

public CoyoteReader(InputBuffer ib)

Method Details

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.