public class WyeReader extends FilterReader
Writer.
The Writer is flushed on end-of-input.
The Writer is not closed on FilterReader.close().
in| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skippublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(@Nullable
char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.