| Package | Description |
|---|---|
| org.pentaho.reporting.libraries.fonts.encoding | |
| org.pentaho.reporting.libraries.fonts.encoding.manual |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer) |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling) |
| Constructor and Description |
|---|
ByteStream(ByteBuffer buffer,
int increment) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
Ascii.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
Utf16LE.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
ByteBuffer |
Iso8859_1.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors.
|
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) |