public interface CodecFactoryOperations
Modifier and Type | Method and Description |
---|---|
Codec |
create_codec(Encoding for_encoding)
Create Codec for the given encoding.
|
Codec create_codec(Encoding for_encoding) throws UnknownEncoding
for_encoding
- the encoding, for that the codec must be created.UnknownEncoding
- if there are not Codec that would support the
required encoding.