com.jbase.jremote.io.charset
Class JbaseCharsetEncoder
java.lang.Object
java.nio.charset.CharsetEncoder
com.jbase.jremote.io.charset.JbaseCharsetEncoder
public class JbaseCharsetEncoder
- extends CharsetEncoder
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.CharsetEncoder |
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbaseCharsetEncoder
protected JbaseCharsetEncoder(JbaseCharset charset)
encodeLoop
protected CoderResult encodeLoop(CharBuffer inCharBuffer,
ByteBuffer outByteBuffer)
- Convert the incoming unicode char buffer to a jBASE byte buffer
- Specified by:
encodeLoop
in class CharsetEncoder
Copyright © 2016 TEMENOS. All Rights Reserved.