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 FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long getCount()
public int getCalls()
Copyright © 2000-2014. All Rights Reserved.