public class

DBCSDecoderMapping

extends Object
java.lang.Object
   ↳ sun.nio.cs.ext.DBCSDecoderMapping

Summary

Constants
char REPLACE_CHAR
Fields
protected int end
protected int start
Public Constructors
DBCSDecoderMapping(short[] index1, String[] index2, int start, int end)
Protected Methods
char decodeDouble(int byte1, int byte2)
char decodeSingle(int b)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

protected static final char REPLACE_CHAR

Constant Value: 65533 (0x0000fffd)

Fields

protected int end

protected int start

Public Constructors

public DBCSDecoderMapping (short[] index1, String[] index2, int start, int end)

Protected Methods

protected char decodeDouble (int byte1, int byte2)

protected char decodeSingle (int b)