com.sun.grizzly.tcp.http11
Class GrizzlyReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.sun.grizzly.tcp.http11.GrizzlyReader
- All Implemented Interfaces:
- Closeable, Readable
public class GrizzlyReader
- extends BufferedReader
Coyote implementation of the buffred reader.
- Author:
- Remy Maucherat
ib
protected GrizzlyInputBuffer ib
lineBuffer
protected char[] lineBuffer
GrizzlyReader
public GrizzlyReader(GrizzlyInputBuffer ib)
clone
protected Object clone()
throws CloneNotSupportedException
- Prevent cloning the facade.
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class BufferedReader
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read
in class BufferedReader
- Throws:
IOException
read
public int read(char[] cbuf)
throws IOException
- Overrides:
read
in class Reader
- Throws:
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class BufferedReader
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class BufferedReader
- Throws:
IOException
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class BufferedReader
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class BufferedReader
mark
public void mark(int readAheadLimit)
throws IOException
- Overrides:
mark
in class BufferedReader
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class BufferedReader
- Throws:
IOException
readLine
public String readLine()
throws IOException
- Overrides:
readLine
in class BufferedReader
- Throws:
IOException
getInputBuffer
public GrizzlyInputBuffer getInputBuffer()
Copyright © 2010 SUN Microsystems. All Rights Reserved.