public abstract class

HKSCS

extends Charset
java.lang.Object
   ↳ java.nio.charset.Charset
     ↳ sun.nio.cs.ext.HKSCS
Known Direct Subclasses

Summary

Nested Classes
class HKSCS.Decoder  
class HKSCS.Encoder  
Public Constructors
HKSCS()
Public Methods
static short[] getDecoderIndex1()
These accessors are temporarily supplied while sun.io converters co-exist with the sun.nio.cs.{ext} charset coders These facilitate sharing of conversion tables between the two co-existing implementations.
static String[] getDecoderIndex2()
static short[] getEncoderIndex1()
static String[] getEncoderIndex2()
CharsetDecoder newDecoder()
Constructs a new decoder for this charset.
CharsetEncoder newEncoder()
Constructs a new encoder for this charset.
[Expand]
Inherited Methods
From class java.nio.charset.Charset
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public HKSCS ()

Public Methods

public static short[] getDecoderIndex1 ()

These accessors are temporarily supplied while sun.io converters co-exist with the sun.nio.cs.{ext} charset coders These facilitate sharing of conversion tables between the two co-existing implementations. When sun.io converters are made extinct these will be unncessary and should be removed

public static String[] getDecoderIndex2 ()

public static short[] getEncoderIndex1 ()

public static String[] getEncoderIndex2 ()

public CharsetDecoder newDecoder ()

Constructs a new decoder for this charset.

Returns
  • A new decoder for this charset

public CharsetEncoder newEncoder ()

Constructs a new encoder for this charset.

Returns
  • A new encoder for this charset