org.apache.catalina.connector

Class CoyoteReader

public class CoyoteReader extends BufferedReader

Coyote implementation of the buffred reader.

Author: Remy Maucherat

Field Summary
protected InputBufferib
protected char[]lineBuffer
Constructor Summary
CoyoteReader(InputBuffer ib)
Method Summary
protected Objectclone()
Prevent cloning the facade.
voidclose()
voidmark(int readAheadLimit)
booleanmarkSupported()
intread()
intread(char[] cbuf)
intread(char[] cbuf, int off, int len)
StringreadLine()
booleanready()
voidreset()
longskip(long n)

Field Detail

ib

protected InputBuffer ib

lineBuffer

protected char[] lineBuffer

Constructor Detail

CoyoteReader

public CoyoteReader(InputBuffer ib)

Method Detail

clone

protected Object clone()
Prevent cloning the facade.

close

public void close()

mark

public void mark(int readAheadLimit)

markSupported

public boolean markSupported()

read

public int read()

read

public int read(char[] cbuf)

read

public int read(char[] cbuf, int off, int len)

readLine

public String readLine()

ready

public boolean ready()

reset

public void reset()

skip

public long skip(long n)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.