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 Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read in class ReaderIOExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.