public static class IOUtils.CountingInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
IOUtils.CountingInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int count) |
public IOUtils.CountingInputStream(java.io.InputStream in)
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int count)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic long getBytesRead()