Package | Description |
---|---|
org.pentaho.reporting.libraries.fonts.encoding | |
org.pentaho.reporting.libraries.fonts.encoding.manual |
Modifier and Type | Method | Description |
---|---|---|
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
EncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
|
CodePointBuffer |
External8BitEncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
External8BitEncodingCore.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
|
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer) |
|
CodePointBuffer |
ExternalEncoding.decode(ByteBuffer text,
CodePointBuffer buffer,
EncodingErrorType errorHandling) |
Constructor | Description |
---|---|
CodePointStream(CodePointBuffer buffer,
int increment) |