public class MultiReader extends Reader
Constructor and Description |
---|
MultiReader(Reader first,
Reader second) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.