Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.EncodingException

Packages that use EncodingException
org.pentaho.reporting.libraries.fonts   
org.pentaho.reporting.libraries.fonts.encoding   
org.pentaho.reporting.libraries.fonts.encoding.manual   
org.pentaho.reporting.libraries.fonts.truetype   
 

Uses of EncodingException in org.pentaho.reporting.libraries.fonts
 

Methods in org.pentaho.reporting.libraries.fonts that throw EncodingException
static String ByteAccessUtilities.readString(byte[] data, int pos, int length, String encoding)
           
static String ByteAccessUtilities.readZString(byte[] data, int pos, int maxLength, String encoding)
           
 

Uses of EncodingException in org.pentaho.reporting.libraries.fonts.encoding
 

Methods in org.pentaho.reporting.libraries.fonts.encoding that throw EncodingException
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer ExternalEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer EncodingCore.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
static String EncodingUtility.encode(byte[] data, String encoding)
           
 ByteBuffer ExternalEncoding.encode(CodePointBuffer text, ByteBuffer buffer)
           
 ByteBuffer EncodingCore.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer ExternalEncoding.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer EncodingCore.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer External8BitEncodingCore.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 EncodingException
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer)
           
 CodePointBuffer Ascii.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Iso8859_1.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer BuiltInJavaEncoding.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 CodePointBuffer Utf16LE.decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
           
 ByteBuffer BuiltInJavaEncoding.encode(CodePointBuffer text, ByteBuffer buffer)
          Encode, but ignore errors.
 ByteBuffer Ascii.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 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 EncodingException
NameTable.NameRecord(byte[] data, int recordOffset, int stringOffset)
           
NameTable(byte[] buffer)