public final class TeeReader extends Reader
There is no thread-safety guarantee.
Constructor and Description |
---|
TeeReader(Reader reader,
Writer writer)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] cbuf,
int offset,
int length) |
public int read(char[] cbuf, int offset, int length) throws IOException
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2017–2018 Cactoos. All rights reserved.