public class ByteCountingInputStream
extends org.apache.commons.io.input.ProxyInputStream
in| Constructor and Description |
|---|
ByteCountingInputStream(InputStream streamToWrap,
Counter counter) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bts) |
int |
read(byte[] bts,
int st,
int end) |
public ByteCountingInputStream(InputStream streamToWrap, Counter counter)
public int read(byte[] bts,
int st,
int end)
throws IOException
read in class org.apache.commons.io.input.ProxyInputStreamIOExceptionpublic int read(byte[] bts)
throws IOException
read in class org.apache.commons.io.input.ProxyInputStreamIOExceptionpublic int read()
throws IOException
read in class org.apache.commons.io.input.ProxyInputStreamIOExceptionCopyright © 2009–2019 Performance Co-Pilot. All rights reserved.