Interface ComplexEncoding
-
- All Superinterfaces:
Encoding
,EncodingCore
- All Known Implementing Classes:
Utf16LE
public interface ComplexEncoding extends Encoding
A complex encoding has a non-uniform relationship between the number of characters and the number of bytes generated. UTF-8 is an example for such a non-uniform encoding.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEncodingSupported()
Checks, whether this implementation supports encoding of character data.-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.encoding.Encoding
getName, getName
-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.encoding.EncodingCore
decode, decode, encode, encode, isUnicodeCharacterSupported
-
-