Interface BinaryTypeDecoder

All Superinterfaces:
PrimitiveTypeDecoder<Binary>, StreamTypeDecoder<Binary>, TypeDecoder<Binary>
All Known Implementing Classes:
AbstractBinaryTypeDecoder, Binary32TypeDecoder, Binary8TypeDecoder

public interface BinaryTypeDecoder extends PrimitiveTypeDecoder<Binary>
Base for all Binary type value decoders.