public class IOReader extends Reader
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] destination,
int destinationOffset,
int destinationLength)
throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2014. All rights reserved.