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