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, ready
public long limit()
public void mark(int readLimit) throws IOException
mark
in class FilterReader
IOException
public int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] b, int off, int len) throws IOException
read
in class FilterReader
IOException
public void reset() throws IOException
reset
in class FilterReader
IOException
public long skip(long n) throws IOException
skip
in class FilterReader
IOException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.