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