@InterfaceAudience.LimitedPrivate(value="Configuration") public class CellCodec extends Object implements Codec
| Modifier and Type | Class and Description | 
|---|---|
(package private) static class  | 
CellCodec.CellDecoder  | 
(package private) static class  | 
CellCodec.CellEncoder  | 
Codec.Decoder, Codec.Encoder| Constructor and Description | 
|---|
CellCodec()  | 
| Modifier and Type | Method and Description | 
|---|---|
Codec.Decoder | 
getDecoder(ByteBuff buf)  | 
Codec.Decoder | 
getDecoder(InputStream is)  | 
Codec.Encoder | 
getEncoder(OutputStream os)  | 
public CellCodec()
public Codec.Decoder getDecoder(InputStream is)
getDecoder in interface Codecpublic Codec.Decoder getDecoder(ByteBuff buf)
getDecoder in interface Codecpublic Codec.Encoder getEncoder(OutputStream os)
getEncoder in interface CodecCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.