protected static class

IBM949.Decoder

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

Summary

Constants
char REPLACE_CHAR
String singleByteToChar
Fields
protected short[] index1
protected String index2
protected boolean[] leadByte
protected int mask1
protected int mask2
protected int shift
Public Constructors
IBM949.Decoder(Charset cs)
Protected Constructors
IBM949.Decoder(Charset cs, String singleByteToChar)
Protected Methods
CoderResult decodeLoop(ByteBuffer src, CharBuffer dst)
[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)

protected static final String singleByteToChar

Constant Value: "  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[₩]^_`abcdefghijklmnopqrstuvwxyz{|}~¢¬\‾¦���������������������������������������������������������������������������������������������������������������������������"

Fields

protected short[] index1

protected String index2

protected boolean[] leadByte

protected int mask1

protected int mask2

protected int shift

Public Constructors

public IBM949.Decoder (Charset cs)

Protected Constructors

protected IBM949.Decoder (Charset cs, String singleByteToChar)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)