- 所有超级接口:
- CellScanner
- 所有已知实现类:
- BaseDecoder, KeyValueCodec.ByteBuffKeyValueDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWithTags.ByteBuffKeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder
- 封闭接口:
- 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.