public class MultiReader extends Reader
Constructor and Description |
---|
MultiReader(Iterator<? extends Reader> iterator) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
long |
skip(long n) |
public MultiReader(Iterator<? extends Reader> iterator) throws IOException
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public long skip(long n) throws IOException
skip
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2003–2017 Atlassian. All rights reserved.