
public class LimitedReader extends Reader
| Constructor and Description |
|---|
LimitedReader(Reader in,
long length) |
public LimitedReader(Reader in, long length)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Readerpublic void mark(int readlimit)
throws IOException
mark in class ReaderIOExceptionpublic void reset()
throws IOException
reset in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.