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.ProxyInputStream
IOException
public int read(byte[] bts) throws IOException
read
in class org.apache.commons.io.input.ProxyInputStream
IOException
public int read() throws IOException
read
in class org.apache.commons.io.input.ProxyInputStream
IOException
Copyright © 2009-2018 Performance Co-Pilot. All Rights Reserved.