org.pentaho.reporting.libraries.fonts.encoding
public final class ExternalEncoding extends Object implements Encoding
Constructor Summary | |
---|---|
ExternalEncoding(String name, EncodingCore core, Resource resource) |
Method Summary | |
---|---|
CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer) |
CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) |
ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer) |
ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) |
String | getName() |
String | getName(Locale locale) |
Resource | getResource() |
boolean | isUnicodeCharacterSupported(int c) |