com.jbase.jremote.io.charset
Class JbaseCharsetDecoder
java.lang.Object
java.nio.charset.CharsetDecoder
com.jbase.jremote.io.charset.JbaseCharsetDecoder
public class JbaseCharsetDecoder
- extends CharsetDecoder
An engine that can transform a sequence of bytes in a
jBASE charset into a sequence of sixteen-bit Unicode characters.
0xfe to Unicode code point 0x00FE.
0xfd to Unicode code point 0x00FD.
0xfc to Unicode code point 0x00FC.
- Author:
- aphethean
Methods inherited from class java.nio.charset.CharsetDecoder |
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbaseCharsetDecoder
protected JbaseCharsetDecoder(JbaseCharset charset)
decodeLoop
protected CoderResult decodeLoop(ByteBuffer inBytesBuffer,
CharBuffer outCharBuffer)
- Convert the incoming jBASE bytes into Unicode char buffer
- Specified by:
decodeLoop
in class CharsetDecoder
checkBuffer
protected ByteBuffer checkBuffer(ByteBuffer buffer,
int newDataLength)
Copyright © 2016 TEMENOS. All Rights Reserved.