Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.EncodingException
-
-
Uses of EncodingException in org.pentaho.reporting.libraries.fonts
Methods in org.pentaho.reporting.libraries.fonts that throw EncodingException Modifier and Type Method Description static 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 EncodingException Modifier and Type Method Description CodePointBuffer
EncodingCore. decode(ByteBuffer text, CodePointBuffer buffer)
CodePointBuffer
EncodingCore. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
CodePointBuffer
ExternalEncoding. decode(ByteBuffer text, CodePointBuffer buffer)
CodePointBuffer
ExternalEncoding. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
ByteBuffer
EncodingCore. encode(CodePointBuffer text, ByteBuffer buffer)
Encode, but ignore errors.ByteBuffer
EncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
static java.lang.String
EncodingUtility. encode(byte[] data, java.lang.String encoding)
ByteBuffer
External8BitEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
ByteBuffer
ExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer)
ByteBuffer
ExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
-
Uses of EncodingException in org.pentaho.reporting.libraries.fonts.encoding.manual
-
Uses of EncodingException in org.pentaho.reporting.libraries.fonts.truetype
Constructors in org.pentaho.reporting.libraries.fonts.truetype that throw EncodingException Constructor Description NameRecord(byte[] data, int recordOffset, int stringOffset)
NameTable(byte[] buffer)
-