Class External8BitEncodingCore
java.lang.Object
org.pentaho.reporting.libraries.fonts.encoding.External8BitEncodingCore
- All Implemented Interfaces:
EncodingCore
This is an autogenerated file. The charset contents of this file have been
read from '${source}'. This class supports the encoding '${encoding}'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(ByteBuffer text, CodePointBuffer buffer) decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) encode(CodePointBuffer text, ByteBuffer buffer) Encode, but ignore errors.encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) booleanisUnicodeCharacterSupported(int c)
-
Constructor Details
-
External8BitEncodingCore
-
-
Method Details
-
isUnicodeCharacterSupported
public boolean isUnicodeCharacterSupported(int c) - Specified by:
isUnicodeCharacterSupportedin interfaceEncodingCore
-
encode
Encode, but ignore errors.- Specified by:
encodein interfaceEncodingCore- Parameters:
text-buffer-- Returns:
-
encode
public ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) throws EncodingException - Specified by:
encodein interfaceEncodingCore- Throws:
EncodingException
-
decode
- Specified by:
decodein interfaceEncodingCore
-
decode
public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) - Specified by:
decodein interfaceEncodingCore
-