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, write
public void setDataOutput(DataOutput out)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.