protected static class

MS950.Decoder

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

Summary

Constants
char REPLACE_CHAR
Fields
protected int end
protected char highSurrogate
protected char lowSurrogate
protected int start
Public Constructors
MS950.Decoder(Charset cs)
Protected Methods
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 MS950.Decoder (Charset cs)

Protected Methods

protected char decodeDouble (int byte1, int byte2)

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)

protected char decodeSingle (int b)