Class External8BitEncodingCore
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.encoding.External8BitEncodingCore
-
- All Implemented Interfaces:
EncodingCore
public final class External8BitEncodingCore extends java.lang.Object implements 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 Constructor Description External8BitEncodingCore(External8BitEncodingData resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodePointBufferdecode(ByteBuffer text, CodePointBuffer buffer)CodePointBufferdecode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)ByteBufferencode(CodePointBuffer text, ByteBuffer buffer)Encode, but ignore errors.ByteBufferencode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling)booleanisUnicodeCharacterSupported(int c)
-
-
-
Constructor Detail
-
External8BitEncodingCore
public External8BitEncodingCore(External8BitEncodingData resource)
-
-
Method Detail
-
isUnicodeCharacterSupported
public boolean isUnicodeCharacterSupported(int c)
- Specified by:
isUnicodeCharacterSupportedin interfaceEncodingCore
-
encode
public ByteBuffer encode(CodePointBuffer text, ByteBuffer buffer)
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
public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer)
- Specified by:
decodein interfaceEncodingCore
-
decode
public CodePointBuffer decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling)
- Specified by:
decodein interfaceEncodingCore
-
-