public class CompositeReader extends Reader
| Constructor and Description |
|---|
CompositeReader(Iterable<Reader> compounds) |
CompositeReader(Iterator<Reader> compounds) |
CompositeReader(Reader... compounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public CompositeReader(Reader... compounds) throws NullPointerException
NullPointerExceptionpublic CompositeReader(Iterable<Reader> compounds) throws NullPointerException
NullPointerExceptionpublic CompositeReader(Iterator<Reader> compounds) throws NullPointerException
NullPointerExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.