Interface Encoding
-
- All Superinterfaces:
EncodingCore
- All Known Subinterfaces:
ComplexEncoding
- All Known Implementing Classes:
Ascii
,BuiltInJavaEncoding
,ExternalEncoding
,Iso8859_1
,Utf16LE
public interface Encoding extends EncodingCore
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
String
getName(Locale locale)
-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.encoding.EncodingCore
decode, decode, encode, encode, isUnicodeCharacterSupported
-
-