public class CountedOutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
CountedOutputStream(java.io.OutputStream out)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getBytesWritten()
Get the number of bytes written.
|
void |
write(int b) |