public class CountingStream extends InputStream
Constructor and Description |
---|
CountingStream(InputStream inner) |
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfReadBytes() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public CountingStream(InputStream inner)
public long getNumberOfReadBytes()
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2016. All Rights Reserved.