Interface Encoding
- All Superinterfaces:
EncodingCore
- All Known Subinterfaces:
ComplexEncoding
- All Known Implementing Classes:
Ascii
,BuiltInJavaEncoding
,ExternalEncoding
,Iso8859_1
,Utf16LE
A simple encoding. This encoding transforms characters into bytes in a uniform way. Each character results in exactly
the same number of bytes.
- Author:
- Thomas Morgner
-
Method Summary
Methods inherited from interface org.pentaho.reporting.libraries.fonts.encoding.EncodingCore
decode, decode, encode, encode, isUnicodeCharacterSupported
-
Method Details
-
getName
String getName() -
getName
-