public abstract class

DBCS_ONLY_IBM_EBCDIC_Decoder

extends CharsetDecoder
java.lang.Object
   ↳ java.nio.charset.CharsetDecoder
     ↳ sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder
Known Direct Subclasses

Class Overview

An abstract base class for subclasses which decode IBM double byte only ebcdic host encodings such as ibm code pages 834 835 837 300,... etc The structure of IBM DBCS-only charsets is defined by the IBM Character Data Representation Architecture (CDRA) document http://www-306.ibm.com/software/globalization/cdra/appendix_a.jsp#HDRHEBDBST

Summary

Constants
char REPLACE_CHAR
Fields
protected short[] index1
protected String index2
protected int mask1
protected int mask2
protected int shift
Protected Constructors
DBCS_ONLY_IBM_EBCDIC_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 int mask1

protected int mask2

protected int shift

Protected Constructors

protected DBCS_ONLY_IBM_EBCDIC_Decoder (Charset cs)

Protected Methods

protected CoderResult decodeLoop (ByteBuffer src, CharBuffer dst)