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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharCp834 this
         0: .line 35
            aload 0 /* this */
            invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.<init>:()V
         1: .line 36
            aload 0 /* this */
            ldc 65520
            putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask1:I
         2: .line 37
            aload 0 /* this */
            bipush 15
            putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask2:I
         3: .line 38
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.shift:I
         4: .line 39
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex1:()[S
            putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index1:[S
         5: .line 40
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex2:()Ljava/lang/String;
            putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index2:Ljava/lang/String;
         6: .line 41
            return
        end local 0 // sun.io.ByteToCharCp834 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/io/ByteToCharCp834;

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            iload 5
            iload 6
            invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.convert:([BII[CII)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException

  public void reset();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.reset:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.flush:([CII)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws sun.io.MalformedInputException
}
SourceFile: "ByteToCharCp834.java"