Modifier and Type | Class and Description |
---|---|
class |
BufferedDataOutputStreamPlus
An implementation of the DataOutputStreamPlus interface using a ByteBuffer to stage writes
before flushing them to an underlying channel.
|
class |
DataOutputBuffer
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
DataOutputBufferFixed
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
SafeMemoryWriter |
class |
UnbufferedDataOutputStreamPlus
Base class for DataOutput implementations that does not have an optimized implementations of Plus methods
and does no buffering.
|
class |
WrappedDataOutputStreamPlus
When possible use
WrappedDataOutputStreamPlus instead 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) |
Modifier and Type | Class and Description |
---|---|
class |
EncodedDataOutputStream
Borrows idea from
https://developers.google.com/protocol-buffers/docs/encoding#varints
|
Copyright © 2015 The Apache Software Foundation