public class sun.io.CharToByteCp1383 extends sun.io.CharToByteDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteCp1383
  super_class: sun.io.CharToByteDBCS_ASCII
{
  private static final sun.nio.cs.ext.IBM1383 nioCoder;
    descriptor: Lsun/nio/cs/ext/IBM1383;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new sun.nio.cs.ext.IBM1383
            dup
            invokespecial sun.nio.cs.ext.IBM1383.<init>:()V
            putstatic sun.io.CharToByteCp1383.nioCoder:Lsun/nio/cs/ext/IBM1383;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.CharToByteCp1383 this
         0: .line 44
            ldc "Cp1383"
            areturn
        end local 0 // sun.io.CharToByteCp1383 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp1383;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp1383 this
         0: .line 49
            aload 0 /* this */
            invokespecial sun.io.CharToByteDBCS_ASCII.<init>:()V
         1: .line 50
            aload 0 /* this */
            ldc 65504
            putfield sun.io.CharToByteDBCS_ASCII.mask1:I
         2: .line 51
            aload 0 /* this */
            bipush 31
            putfield sun.io.CharToByteDBCS_ASCII.mask2:I
         3: .line 52
            aload 0 /* this */
            iconst_5
            putfield sun.io.CharToByteDBCS_ASCII.shift:I
         4: .line 53
            aload 0 /* this */
            getstatic sun.io.CharToByteCp1383.nioCoder:Lsun/nio/cs/ext/IBM1383;
            invokevirtual sun.nio.cs.ext.IBM1383.getEncoderIndex1:()[S
            putfield sun.io.CharToByteDBCS_ASCII.index1:[S
         5: .line 54
            aload 0 /* this */
            getstatic sun.io.CharToByteCp1383.nioCoder:Lsun/nio/cs/ext/IBM1383;
            invokevirtual sun.nio.cs.ext.IBM1383.getEncoderIndex2:()Ljava/lang/String;
            putfield sun.io.CharToByteDBCS_ASCII.index2:Ljava/lang/String;
         6: .line 55
            aload 0 /* this */
            getstatic sun.io.CharToByteCp1383.nioCoder:Lsun/nio/cs/ext/IBM1383;
            invokevirtual sun.nio.cs.ext.IBM1383.getEncoderIndex2a:()Ljava/lang/String;
            putfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
         7: .line 56
            return
        end local 0 // sun.io.CharToByteCp1383 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/CharToByteCp1383;
}
SourceFile: "CharToByteCp1383.java"