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.StringByteAccessUtilities. readString(byte[] data, int pos, int length, java.lang.String encoding)static java.lang.StringByteAccessUtilities. 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 CodePointBufferEncodingCore. decode(ByteBuffer text, CodePointBuffer buffer)CodePointBufferEncodingCore. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferExternalEncoding. decode(ByteBuffer text, CodePointBuffer buffer)CodePointBufferExternalEncoding. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)ByteBufferEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)static java.lang.StringEncodingUtility. encode(byte[] data, java.lang.String encoding)ByteBufferExternal8BitEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer)ByteBufferExternalEncoding. 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)
-