public class ChainedReader extends Reader
ChainedReader
allows Reader objects to be chained together. Useful
for concatenating data from multiple Reader objects.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
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] cbuf) throws IOException
read
in class Reader
IOException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.