org.pentaho.reporting.libraries.fonts.encoding
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
 String getName()
           
 String getName(Locale locale)
           
 
Methods inherited from interface org.pentaho.reporting.libraries.fonts.encoding.EncodingCore
decode, decode, encode, encode, isUnicodeCharacterSupported
 

Method Detail

getName

String getName()

getName

String getName(Locale locale)