Uses of Class
org.pentaho.reporting.libraries.fonts.encoding.EncodingErrorType
-
Packages that use EncodingErrorType Package Description org.pentaho.reporting.libraries.fonts.encoding org.pentaho.reporting.libraries.fonts.encoding.manual -
-
Uses of EncodingErrorType in org.pentaho.reporting.libraries.fonts.encoding
Fields in org.pentaho.reporting.libraries.fonts.encoding declared as EncodingErrorType Modifier and Type Field Description static EncodingErrorTypeEncodingErrorType. FAILstatic EncodingErrorTypeEncodingErrorType. IGNOREstatic EncodingErrorTypeEncodingErrorType. REPLACEMethods in org.pentaho.reporting.libraries.fonts.encoding with parameters of type EncodingErrorType Modifier and Type Method Description CodePointBufferEncodingCore. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferExternal8BitEncodingCore. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferExternalEncoding. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)ByteBufferEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferExternal8BitEncodingCore. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferExternalEncoding. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type EncodingErrorType Constructor Description EncodedOutputStreamWriter(java.io.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 EncodingErrorType Modifier and Type Method Description CodePointBufferAscii. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferBuiltInJavaEncoding. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferIso8859_1. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)CodePointBufferUtf16LE. decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)ByteBufferAscii. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferBuiltInJavaEncoding. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferIso8859_1. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)ByteBufferUtf16LE. encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)
-