protected static class

IBM1381.Decoder

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

Summary

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

Fields

protected short[] index1

protected String index2

protected boolean[] leadByte

protected int mask1

protected int mask2

protected int shift

protected String singleByteToChar

Public Constructors

public IBM1381.Decoder (Charset cs)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)