org.pentaho.reporting.libraries.fonts.encoding

Interface ComplexEncoding

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
booleanisEncodingSupported()
Checks, whether this implementation supports encoding of character data.

Method Detail

isEncodingSupported

public boolean isEncodingSupported()
Checks, whether this implementation supports encoding of character data.

Returns: