|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteBuffer | |
|---|---|
| org.pentaho.reporting.libraries.fonts.encoding | |
| org.pentaho.reporting.libraries.fonts.encoding.manual | |
| Uses of ByteBuffer in org.pentaho.reporting.libraries.fonts.encoding |
|---|
| Methods in org.pentaho.reporting.libraries.fonts.encoding that return ByteBuffer | |
|---|---|
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer)
|
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
ExternalEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
ByteBuffer |
External8BitEncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
ByteBuffer |
EncodingCore.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
| Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type ByteBuffer | |
|---|---|
ByteStream(ByteBuffer buffer,
int increment)
|
|
| Uses of ByteBuffer in org.pentaho.reporting.libraries.fonts.encoding.manual |
|---|
| Methods in org.pentaho.reporting.libraries.fonts.encoding.manual that return ByteBuffer | |
|---|---|
ByteBuffer |
Utf16LE.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
Iso8859_1.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
Ascii.encode(CodePointBuffer text,
ByteBuffer buffer)
Encode, but ignore errors. |
ByteBuffer |
Utf16LE.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
ByteBuffer |
Iso8859_1.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
ByteBuffer |
BuiltInJavaEncoding.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
ByteBuffer |
Ascii.encode(CodePointBuffer text,
ByteBuffer buffer,
EncodingErrorType errorHandling)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||