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 Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics