public class

JIS_X_0212_Encoder

extends DoubleByteEncoder
java.lang.Object
   ↳ java.nio.charset.CharsetEncoder
     ↳ sun.nio.cs.ext.DoubleByteEncoder
       ↳ sun.nio.cs.ext.JIS_X_0212_Encoder

Summary

Public Constructors
JIS_X_0212_Encoder(Charset cs)
Public Methods
static short[] getIndex1()
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[] getIndex2()
Protected Methods
int encodeSingle(char inputChar)
[Expand]
Inherited Methods
From class sun.nio.cs.ext.DoubleByteEncoder
From class java.nio.charset.CharsetEncoder
From class java.lang.Object

Public Constructors

public JIS_X_0212_Encoder (Charset cs)

Public Methods

public static short[] getIndex1 ()

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[] getIndex2 ()

Protected Methods

protected int encodeSingle (char inputChar)