Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.EncodingException
Packages that use EncodingException
Package
Description
-
Uses of EncodingException in org.pentaho.reporting.libraries.fonts
Methods in org.pentaho.reporting.libraries.fonts that throw EncodingExceptionModifier and TypeMethodDescriptionstatic java.lang.String
ByteAccessUtilities.readString
(byte[] data, int pos, int length, java.lang.String encoding) static java.lang.String
ByteAccessUtilities.readZString
(byte[] data, int pos, int maxLength, java.lang.String encoding) -
Uses of EncodingException in org.pentaho.reporting.libraries.fonts.encoding
Methods in org.pentaho.reporting.libraries.fonts.encoding that throw EncodingExceptionModifier and TypeMethodDescriptionEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer) EncodingCore.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) static java.lang.String
EncodingUtility.encode
(byte[] data, java.lang.String encoding) External8BitEncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.encode
(CodePointBuffer text, ByteBuffer buffer) ExternalEncoding.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) -
Uses of EncodingException in org.pentaho.reporting.libraries.fonts.encoding.manual
Methods in org.pentaho.reporting.libraries.fonts.encoding.manual that throw EncodingExceptionModifier and TypeMethodDescriptionAscii.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, EncodingErrorType errorHandling) Utf16LE.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) 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, EncodingErrorType errorHandling) Utf16LE.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) -
Uses of EncodingException in org.pentaho.reporting.libraries.fonts.truetype
Constructors in org.pentaho.reporting.libraries.fonts.truetype that throw EncodingExceptionModifierConstructorDescriptionNameRecord
(byte[] data, int recordOffset, int stringOffset) NameTable
(byte[] buffer)