public final class ByteCountingOutputStream extends OutputStream
| Constructor and Description |
|---|
ByteCountingOutputStream() |
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionOutputStream.write(int)public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionOutputStream.write(byte[], int, int)public long size()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.