Package | Description |
---|---|
org.apache.cassandra.io.util | |
org.apache.cassandra.utils.vint |
Modifier and Type | Class and Description |
---|---|
class |
DataOutputBuffer
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
DataOutputByteBuffer
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
DataOutputStreamAndChannel |
class |
DataOutputStreamPlus
When possible use
DataOutputStreamAndChannel instead of this class, as it will
be more efficient. |
class |
SafeMemoryWriter |
Modifier and Type | Class and Description |
---|---|
class |
EncodedDataOutputStream
Borrows idea from
https://developers.google.com/protocol-buffers/docs/encoding#varints
|
Copyright © 2016 The Apache Software Foundation