|
All Packages Class Hierarchy This Package Previous Next Index Class java.io.FilterReaderjava.lang.Object | +----java.io.Reader | +----java.io.FilterReader
inprotected Reader in
FilterReaderprotected FilterReader(Reader in)
readpublic int read() throws IOException
public int read(char cbuf[], int off, int len) throws IOException
public long skip(long n) throws IOException
public boolean ready() throws IOException
public boolean markSupported()
public void mark(int readAheadLimit) throws IOException
public void reset() throws IOException
public void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |