public interface Codec
This is a backport of the Codec from HBase 0.96, but ignoring support for a Cell interface and
sticking with the good, old KeyValue
.
Modifier and Type | Method and Description |
---|---|
Decoder |
getDecoder(InputStream is) |
Encoder |
getEncoder(OutputStream os) |
Decoder getDecoder(InputStream is)
Encoder getEncoder(OutputStream os)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.