| Package | Description |
|---|---|
| org.pentaho.reporting.libraries.fonts.encoding | |
| org.pentaho.reporting.libraries.fonts.encoding.manual |
| Modifier and Type | Field and Description |
|---|---|
static EncodingErrorType |
EncodingErrorType.FAIL |
static EncodingErrorType |
EncodingErrorType.IGNORE |
static EncodingErrorType |
EncodingErrorType.REPLACE |
| Modifier and Type | Method and Description |
|---|---|
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
External8BitEncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
| Constructor and Description |
|---|
EncodedOutputStreamWriter(java.io.OutputStream outputStream,
Encoding encoding,
EncodingErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
CodePointBuffer |
Ascii.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
BuiltInJavaEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
Utf16LE.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
CodePointBuffer |
Iso8859_1.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
Ascii.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
Utf16LE.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
Iso8859_1.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |