@Deprecated
public class CountingOutputStream
extends java.io.OutputStream
OutputStream that counts the number of bytes written to it.| Constructor and Description |
|---|
CountingOutputStream()
Deprecated.
|
CountingOutputStream(long initialCount)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|