Class RandomAccessData.RandomAccessDataCoder

All Implemented Interfaces:
Serializable
Enclosing class:
RandomAccessData

public static class RandomAccessData.RandomAccessDataCoder extends AtomicCoder<RandomAccessData>
A Coder which encodes the valid parts of this stream. This follows the same encoding scheme as ByteArrayCoder. This coder is deterministic and consistent with equals.

This coder does not support encoding positive infinity.

See Also: