public class SequenceReader extends Reader
| Constructor and Description |
|---|
SequenceReader(Iterable<? extends Reader> readers)
Construct a new instance with readers
|
SequenceReader(Reader... readers)
Construct a new instance with readers
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public SequenceReader(Iterable<? extends Reader> readers)
readers - the readers to readpublic SequenceReader(Reader... readers)
readers - the readers to readpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read() throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf, int off, int len) throws IOException
read in class ReaderIOExceptionCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.