public class CountingOnlyOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
CountingOnlyOutputStream() |
public void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamb - java.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamb - off - len - java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - java.io.IOExceptionpublic int getCount()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.