public class sun.io.ByteToCharJIS0208_Solaris extends sun.io.ByteToCharDoubleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharJIS0208_Solaris
  super_class: sun.io.ByteToCharDoubleByte
{
  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.ByteToCharJIS0208_Solaris this
         0: .line 44
            ldc "JIS0208_Solaris"
            areturn
        end local 0 // sun.io.ByteToCharJIS0208_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharJIS0208_Solaris;

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharJIS0208_Solaris this
        start local 1 // int b
         0: .line 49
            ldc 65533
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharJIS0208_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharJIS0208_Solaris;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharJIS0208_Solaris this
         0: .line 52
            aload 0 /* this */
            invokespecial sun.io.ByteToCharDoubleByte.<init>:()V
         1: .line 53
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex1:()[S
            putfield sun.io.ByteToCharDoubleByte.index1:[S
         2: .line 54
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex2:()[Ljava/lang/String;
            putfield sun.io.ByteToCharDoubleByte.index2:[Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            bipush 33
            putfield sun.io.ByteToCharJIS0208_Solaris.start:I
         4: .line 56
            aload 0 /* this */
            bipush 126
            putfield sun.io.ByteToCharJIS0208_Solaris.end:I
         5: .line 57
            return
        end local 0 // sun.io.ByteToCharJIS0208_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/io/ByteToCharJIS0208_Solaris;
}
SourceFile: "ByteToCharJIS0208_Solaris.java"