public static class

EUC_TW.Decoder

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

Summary

Fields
protected final char REPLACE_CHAR
protected static final String unicodeCNS1 CNS -> Unicode table
protected static final String unicodeCNS2
protected static final String unicodeCNS3
Public Constructors
EUC_TW.Decoder(Charset cs)
Protected Methods
char[] convToSurrogate(byte byte1, byte byte2, String table)
char convToUnicode(byte byte1, byte byte2, String table)
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
boolean isLegalDB(byte b)
[Expand]
Inherited Methods
From class java.nio.charset.CharsetDecoder
From class java.lang.Object

Fields

protected final char REPLACE_CHAR

Constant Value: 65533 (0x0000fffd)

protected static final String unicodeCNS1

CNS -> Unicode table

protected static final String unicodeCNS2

protected static final String unicodeCNS3

Public Constructors

public EUC_TW.Decoder (Charset cs)

Protected Methods

protected char[] convToSurrogate (byte byte1, byte byte2, String table)

protected char convToUnicode (byte byte1, byte byte2, String table)

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)

protected boolean isLegalDB (byte b)