public class

JIS_X_0212_Decoder

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

Summary

Constants
char REPLACE_CHAR
Fields
protected int end
protected char highSurrogate
protected char lowSurrogate
protected int start
Public Constructors
JIS_X_0212_Decoder(Charset cs)
Public Methods
static short[] getIndex1()
These accessors are temporarily supplied while sun.io converters co-exist with the sun.nio.cs.{ext} charset coders These facilitate sharing of conversion tables between the two co-existing implementations.
static String[] getIndex2()
Protected Methods
char convSingleByte(int b)
char decodeDouble(int byte1, int byte2)
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
char decodeSingle(int b)
[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 int end

protected char highSurrogate

protected char lowSurrogate

protected int start

Public Constructors

public JIS_X_0212_Decoder (Charset cs)

Public Methods

public static short[] getIndex1 ()

These accessors are temporarily supplied while sun.io converters co-exist with the sun.nio.cs.{ext} charset coders These facilitate sharing of conversion tables between the two co-existing implementations. When sun.io converters are made extinct these will be unncessary and should be removed

public static String[] getIndex2 ()

Protected Methods

protected char convSingleByte (int b)

protected char decodeDouble (int byte1, int byte2)

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)

protected char decodeSingle (int b)