public static final class CharStreams.LimitedReader extends FilterReader
in| Modifier and Type | Method and Description |
|---|---|
long |
limit() |
void |
mark(int readLimit) |
int |
read() |
int |
read(char[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
close, markSupported, readypublic long limit()
public void mark(int readLimit)
throws IOException
mark in class FilterReaderIOExceptionpublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] b,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic void reset()
throws IOException
reset in class FilterReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.