Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.EncodingErrorType
Packages that use EncodingErrorType
Package
Description
-
Uses of EncodingErrorType in org.pentaho.reporting.libraries.fonts.encoding
Fields in org.pentaho.reporting.libraries.fonts.encoding declared as EncodingErrorTypeModifier and TypeFieldDescriptionstatic final EncodingErrorType
EncodingErrorType.FAIL
static final EncodingErrorType
EncodingErrorType.IGNORE
static final EncodingErrorType
EncodingErrorType.REPLACE
Methods in org.pentaho.reporting.libraries.fonts.encoding with parameters of type EncodingErrorTypeModifier and TypeMethodDescriptionEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) External8BitEncodingCore.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) EncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) External8BitEncodingCore.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) ExternalEncoding.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type EncodingErrorTypeModifierConstructorDescriptionEncodedOutputStreamWriter
(OutputStream outputStream, Encoding encoding, EncodingErrorType errorType) -
Uses of EncodingErrorType in org.pentaho.reporting.libraries.fonts.encoding.manual
Methods in org.pentaho.reporting.libraries.fonts.encoding.manual with parameters of type EncodingErrorTypeModifier and TypeMethodDescriptionAscii.decode
(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) 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, EncodingErrorType errorHandling) Iso8859_1.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) Utf16LE.encode
(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)