jremote jbase5.2.1

com.jbase.jremote.io.charset
Class JbaseCharsetEncoder

java.lang.Object
  extended by java.nio.charset.CharsetEncoder
      extended by 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

    Constructor Summary
    protected JbaseCharsetEncoder(JbaseCharset charset)
               
     
    Method Summary
    protected  CoderResult encodeLoop(CharBuffer inCharBuffer, ByteBuffer outByteBuffer)
              Convert the incoming unicode char buffer to a jBASE byte buffer
     
    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
     

    Constructor Detail

    JbaseCharsetEncoder

    protected JbaseCharsetEncoder(JbaseCharset charset)
    Method Detail

    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

    jremote jbase5.2.1

    Copyright © 2016 TEMENOS. All Rights Reserved.