public static final class ByteStreams.LimitedInputStream extends FilterInputStream
in
public long limit()
public int available() throws IOException
available
in class FilterInputStream
IOException
public void mark(int readLimit)
mark
in class FilterInputStream
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public void reset() throws IOException
reset
in class FilterInputStream
IOException
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
Copyright © 2013–2017 impossibl.com. All rights reserved.