com.generationjava.io
Class CountingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.generationjava.io.CountingInputStream
- public class CountingInputStream
- extends FilterInputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountingInputStream
public CountingInputStream(InputStream in)
read
public int read(byte[] b)
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
getCount
public int getCount()
Copyright © 2000-2005 OSJava. All Rights Reserved.