public class WrappedReader extends Reader
| Constructor and Description |
|---|
WrappedReader(Reader aWrappedReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Reader |
getWrappedReader() |
void |
mark(int nReadAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] aBuf) |
int |
read(char[] aBuf,
int nOfs,
int nLen) |
int |
read(CharBuffer aTarget) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
String |
toString() |
public int read(@Nonnull CharBuffer aTarget) throws IOException
read in interface Readableread in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int read(@Nonnull char[] aBuf) throws IOException
read in class ReaderIOExceptionpublic int read(@Nonnull char[] aBuf, @Nonnegative int nOfs, @Nonnegative int nLen) throws IOException
read in class ReaderIOExceptionpublic long skip(@Nonnegative long n) throws IOException
skip in class ReaderIOExceptionpublic boolean ready()
throws IOException
ready in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Readerpublic void mark(@Nonnegative int nReadAheadLimit) throws IOException
mark in class ReaderIOExceptionpublic void reset()
throws IOException
reset in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2006–2014 phloc systems. All rights reserved.