public class DataOutputWrapperStream extends OutputStream
OutputStream
For use with Output)| Constructor and Description |
|---|
DataOutputWrapperStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDataOutput(DataOutput out) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic void setDataOutput(DataOutput out)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.