org.pentaho.reporting.libraries.fonts.encoding.manual
public final class Ascii extends Object implements Encoding
Constructor Summary | |
---|---|
Ascii() |
Method Summary | |
---|---|
CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer) |
CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) |
ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) |
String | getName() |
String | getName(Locale locale) |
boolean | isUnicodeCharacterSupported(int c) |
Parameters: text buffer
Returns: