protected static class

IBM943.Decoder

extends CharsetDecoder
java.lang.Object
   ↳ java.nio.charset.CharsetDecoder
     ↳ sun.nio.cs.ext.IBM943.Decoder

Summary

Constants
char REPLACE_CHAR
Fields
protected short[] index1
protected String index2
protected boolean[] leadByte
protected int mask1
protected int mask2
protected int shift
protected String singleByteToChar
Public Constructors
IBM943.Decoder(Charset cs)
Protected Constructors
IBM943.Decoder(Charset cs, String singleByteToChar)
Protected Methods
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
[Expand]
Inherited Methods
From class java.nio.charset.CharsetDecoder
From class java.lang.Object

Constants

protected static final char REPLACE_CHAR

Constant Value: 65533 (0x0000fffd)

Fields

protected short[] index1

protected String index2

protected boolean[] leadByte

protected int mask1

protected int mask2

protected int shift

protected String singleByteToChar

Public Constructors

public IBM943.Decoder (Charset cs)

Protected Constructors

protected IBM943.Decoder (Charset cs, String singleByteToChar)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)