@Deprecated public class CountingOutputStream extends 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.
|
close, flush, writepublic CountingOutputStream()
public CountingOutputStream(long initialCount)
public void write(int b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic long getCount()
Copyright © 2018 Arno Unkrig. All rights reserved.