org.pentaho.reporting.libraries.fonts.encoding

Interface EncodingCore

public interface EncodingCore

Creation-Date: 29.04.2006, 14:57:44

Author: Thomas Morgner

Method Summary
CodePointBufferdecode(ByteBuffer text, CodePointBuffer buffer)
CodePointBufferdecode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
ByteBufferencode(CodePointBuffer text, ByteBuffer buffer)
Encode, but ignore errors.
ByteBufferencode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
booleanisUnicodeCharacterSupported(int c)

Method Detail

decode

public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer)

decode

public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)

encode

public ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer)
Encode, but ignore errors.

Parameters: text buffer

Returns:

encode

public ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)

isUnicodeCharacterSupported

public boolean isUnicodeCharacterSupported(int c)