Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.ByteBuffer
-
Packages that use ByteBuffer Package Description 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 Modifier and Type Method Description ByteBufferEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferExternal8BitEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferExternal8BitEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer)ByteBufferExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type ByteBuffer Constructor Description 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 Modifier and Type Method Description ByteBufferAscii. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferAscii. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferBuiltInJavaEncoding. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferBuiltInJavaEncoding. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferIso8859_1. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferIso8859_1. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferUtf16LE. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferUtf16LE. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
-