public class WyeReader
extends java.io.FilterReader
Writer.
The Writer is flushed on end-of-input.
The Writer is not closed on FilterReader.close().
| Constructor and Description |
|---|
WyeReader(java.io.Reader in,
java.io.Writer out) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public int read()
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOExceptionpublic int read(@Nullable char[] cbuf, int off, int len) throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOException