public interface Codec
An implementation of this interface provides coders and decoders. The constructors must provide all data that is required to perform coding and decoding.
Modifier and Type | Method and Description |
---|---|
Coder |
coder()
Returns a coder for the compression technique represented by this coded.
|
Decoder |
decoder()
Returns a decoder for the compression technique represented by this coded.
|
int |
size()
Returns the number of symbols handled by this codec.
|
Coder coder()
Decoder decoder()
int size()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.