Readers.wye(Reader, Writer) instead@Deprecated public class WyeReader extends FilterReader
in| Constructor and Description |
|---|
WyeReader(Reader in,
Writer out)
Deprecated.
Use
Readers.wye(Reader, Writer) instead |
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Deprecated.
|
int |
read(char[] cbuf,
int off,
int len)
Deprecated.
|
close, mark, markSupported, ready, reset, skip@Deprecated public WyeReader(Reader in, Writer out)
Readers.wye(Reader, Writer) insteadpublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(@Nullable
char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionCopyright © 2022 Arno Unkrig. All rights reserved.