Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.CodePointBuffer
Packages that use CodePointBuffer
Package
Description
-
Uses of CodePointBuffer in org.pentaho.reporting.libraries.fonts.encoding
Methods in org.pentaho.reporting.libraries.fonts.encoding that return CodePointBufferModifier and TypeMethodDescriptionEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer) EncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) External8BitEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer) External8BitEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.decode
(ByteBuffer text, CodePointBuffer buffer) ExternalEncoding.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Methods in org.pentaho.reporting.libraries.fonts.encoding with parameters of type CodePointBufferModifier and TypeMethodDescriptionEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer) EncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) External8BitEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer) External8BitEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.decode
(ByteBuffer text, CodePointBuffer buffer) ExternalEncoding.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) EncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.EncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) External8BitEncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.External8BitEncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.encode
(CodePointBuffer text, ByteBuffer buffer) ExternalEncoding.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type CodePointBuffer -
Uses of CodePointBuffer in org.pentaho.reporting.libraries.fonts.encoding.manual
Methods in org.pentaho.reporting.libraries.fonts.encoding.manual that return CodePointBufferModifier and TypeMethodDescriptionAscii.decode
(ByteBuffer text, CodePointBuffer buffer) Ascii.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) BuiltInJavaEncoding.decode
(ByteBuffer text, CodePointBuffer buffer) BuiltInJavaEncoding.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Iso8859_1.decode
(ByteBuffer text, CodePointBuffer buffer) Iso8859_1.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Utf16LE.decode
(char[] chars, int offset, int length, CodePointBuffer buffer) Utf16LE.decode
(ByteBuffer text, CodePointBuffer buffer) Utf16LE.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Utf16LE.decodeString
(String text, CodePointBuffer buffer) Methods in org.pentaho.reporting.libraries.fonts.encoding.manual with parameters of type CodePointBufferModifier and TypeMethodDescriptionAscii.decode
(ByteBuffer text, CodePointBuffer buffer) Ascii.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) BuiltInJavaEncoding.decode
(ByteBuffer text, CodePointBuffer buffer) BuiltInJavaEncoding.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Iso8859_1.decode
(ByteBuffer text, CodePointBuffer buffer) Iso8859_1.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Utf16LE.decode
(char[] chars, int offset, int length, CodePointBuffer buffer) Utf16LE.decode
(ByteBuffer text, CodePointBuffer buffer) Utf16LE.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) Utf16LE.decodeString
(String text, CodePointBuffer buffer) Ascii.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.Ascii.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) BuiltInJavaEncoding.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.BuiltInJavaEncoding.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Iso8859_1.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.Iso8859_1.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Utf16LE.encode
(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.Utf16LE.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Utf16LE.encodeString
(CodePointBuffer buffer)