Interface Codec.Decoder

All Superinterfaces:
CellScanner, ExtendedCellScanner
All Known Implementing Classes:
BaseDecoder, CellCodec.CellDecoder, CellCodecWithTags.CellDecoder, KeyValueCodec.ByteBuffKeyValueDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWithTags.ByteBuffKeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder, MessageCodec.MessageDecoder, SecureWALCellCodec.EncryptedKvDecoder, WALCellCodec.CompressedKvDecoder
Enclosing interface:
Codec

public static interface Codec.Decoder extends ExtendedCellScanner
Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block. Do this rather than require the user call close explicitly.