public class ByteCountInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
ByteCountInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
public long getCount()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException