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, skip
public int read() throws IOException
read
in class FilterReader
IOException
public int read(@Nullable char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException
Copyright © 2018 Arno Unkrig. All rights reserved.