Interface ComplexEncoding
- All Superinterfaces:
Encoding
,EncodingCore
- All Known Implementing Classes:
Utf16LE
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
Modifier and TypeMethodDescriptionboolean
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
-
Method Details
-
isEncodingSupported
boolean isEncodingSupported()Checks, whether this implementation supports encoding of character data.- Returns:
-