protected static class

IBM942.Decoder

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

Summary

Constants
char REPLACE_CHAR
String singleByteToChar
Fields
protected static final short[] index1
protected static final String index2
protected static final boolean[] leadByte
protected int mask1
protected int mask2
protected int shift
Public Constructors
IBM942.Decoder(Charset cs)
Protected Constructors
IBM942.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 static final short[] index1

protected static final String index2

protected static final boolean[] leadByte

protected int mask1

protected int mask2

protected int shift

Public Constructors

public IBM942.Decoder (Charset cs)

Protected Constructors

protected IBM942.Decoder (Charset cs, String singleByteToChar)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)