public class CountingInputStream
extends java.io.FilterInputStream
| コンストラクタと説明 |
|---|
CountingInputStream(java.io.InputStream in) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getByteCount()
Returns the number of bytes read from this stream so far.
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public long getByteCount()
public int read()
throws java.io.IOException
read クラス内 java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read クラス内 java.io.FilterInputStreamjava.io.IOException