- All Superinterfaces:
- CellScanner
- All Known Implementing Classes:
- BaseDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder
- Enclosing interface:
- Codec
public static interface Codec.Decoder
extends CellScanner
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.