public final class CountingInputStream extends FilterInputStream
in
Constructor and Description |
---|
CountingInputStream(InputStream in) |
public CountingInputStream(InputStream in)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long getCount()
public int getCalls()
Copyright © 2000-2014. All Rights Reserved.