org.pentaho.reporting.libraries.fonts.encoding

Class External8BitEncodingCore

public final class External8BitEncodingCore extends Object implements EncodingCore

This is an autogenerated file. The charset contents of this file have been read from '${source}'. This class supports the encoding '${encoding}'.
Constructor Summary
External8BitEncodingCore(External8BitEncodingData resource)
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)

Constructor Detail

External8BitEncodingCore

public External8BitEncodingCore(External8BitEncodingData resource)

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)