public class sun.io.CharToByteJIS0208_Solaris extends sun.io.CharToByteDoubleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteJIS0208_Solaris
  super_class: sun.io.CharToByteDoubleByte
{
  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteJIS0208_Solaris this
         0: .line 45
            ldc "JIS0208_Solaris"
            areturn
        end local 0 // sun.io.CharToByteJIS0208_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteJIS0208_Solaris;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteJIS0208_Solaris this
         0: .line 48
            aload 0 /* this */
            invokespecial sun.io.CharToByteDoubleByte.<init>:()V
         1: .line 49
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex1:()[S
            putfield sun.io.CharToByteDoubleByte.index1:[S
         2: .line 50
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex2:()[Ljava/lang/String;
            putfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
         3: .line 51
            return
        end local 0 // sun.io.CharToByteJIS0208_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteJIS0208_Solaris;
}
SourceFile: "CharToByteJIS0208_Solaris.java"