- 所有超级接口:
- CellOutputStream
- 所有已知实现类:
- BaseEncoder, KeyValueCodec.KeyValueEncoder, KeyValueCodecWithTags.KeyValueEncoder
- 封闭接口:
- Codec
public static interface Codec.Encoder
extends CellOutputStream
Call flush when done. Some encoders may not put anything on the stream until flush is called.
On flush, let go of any resources used by the encoder.