public class DataOutputAsStream extends OutputStream
DataOutput
for output, directly,
without caller having to provide for implementation.Modifier and Type | Field and Description |
---|---|
protected DataOutput |
_output |
Constructor and Description |
---|
DataOutputAsStream(DataOutput out) |
protected final DataOutput _output
public DataOutputAsStream(DataOutput out)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int offset, int length) throws IOException
write
in class OutputStream
IOException
Copyright © 2008-2016 FasterXML. All Rights Reserved.