public static class

EUC_CN.Decoder

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

Summary

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

Protected Methods

protected char decodeDouble (int byte1, int byte2)

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)

protected char decodeSingle (int b)