CountingOutputStream
.@Deprecated
public class CountingOutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
CountingOutputStream(java.io.OutputStream out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getBytesWritten()
Deprecated.
Returns the current number of bytes written to this stream.
|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
public CountingOutputStream(java.io.OutputStream out)
public long getBytesWritten()
public void write(byte[] b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
Copyright © 2010 - 2024 Adobe. All Rights Reserved