| Modifier and Type | Class and Description | 
|---|---|
| class  | CompressedSequentialWriter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferedDataOutputStreamPlusAn implementation of the DataOutputStreamPlus interface using a ByteBuffer to stage writes
 before flushing them to an underlying channel. | 
| class  | ChecksummedSequentialWriter | 
| class  | DataOutputBufferAn implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
 its buffer so copies can be avoided. | 
| class  | DataOutputBufferFixedAn implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
 its buffer so copies can be avoided. | 
| class  | SafeMemoryWriter | 
| class  | SequentialWriterAdds buffering, mark, and fsyncing to OutputStream. | 
| class  | UnbufferedDataOutputStreamPlusBase class for DataOutput implementations that does not have an optimized implementations of Plus methods
 and does no buffering. | 
| class  | WrappedDataOutputStreamPlusWhen possible use  WrappedDataOutputStreamPlusinstead of this class, as it will
 be more efficient when using Plus methods. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamWriter. write(DataOutputStreamPlus output)Stream file of specified sections to given channel. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CompressedStreamWriter. write(DataOutputStreamPlus out) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OutgoingFileMessage. serialize(DataOutputStreamPlus out,
         int version,
         StreamSession session) | 
| static void | StreamMessage. serialize(StreamMessage message,
         DataOutputStreamPlus out,
         int version,
         StreamSession session) | 
| void | StreamMessage.Serializer. serialize(V message,
         DataOutputStreamPlus out,
         int version,
         StreamSession session) | 
Copyright © 2018 The Apache Software Foundation