@InterfaceAudience.LimitedPrivate(value="Configuration") public class CellCodec extends Object implements Codec
Codec.Decoder, Codec.Encoder
构造器和说明 |
---|
CellCodec() |
限定符和类型 | 方法和说明 |
---|---|
Codec.Decoder |
getDecoder(ByteBuff buf) |
Codec.Decoder |
getDecoder(InputStream is) |
Codec.Encoder |
getEncoder(OutputStream os) |
public Codec.Decoder getDecoder(InputStream is)
getDecoder
在接口中 Codec
public Codec.Decoder getDecoder(ByteBuff buf)
getDecoder
在接口中 Codec
public Codec.Encoder getEncoder(OutputStream os)
getEncoder
在接口中 Codec
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.