Interface CRAMCodec<T>
- Type Parameters:
T- data series type to be read or written
- All Known Implementing Classes:
BetaIntegerCodec, CoreCodec, ExternalByteArrayCodec
public interface CRAMCodec<T>
An interface that defines requirements for serializing/deserializing objects into and from a stream.
-
Method Summary
-
Method Details
-
read
-
read
Read a array of specified length from the stream- Parameters:
length- the number of elements to read- Returns:
- an object from the stream
-
write
-