public static class

MS932DB.Decoder

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

Summary

Constants
char REPLACE_CHAR
Fields
protected int end
protected char highSurrogate
public static final short[] index1
public static final String[] index2
protected char lowSurrogate
protected int start
Public Constructors
MS932DB.Decoder(Charset cs)
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

public static final short[] index1

public static final String[] index2

protected char lowSurrogate

protected int start

Public Constructors

public MS932DB.Decoder (Charset cs)

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)