public class sun.awt.AWTCharset$Decoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.AWTCharset$Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  protected java.nio.charset.CharsetDecoder dec;
    descriptor: Ljava/nio/charset/CharsetDecoder;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String nr;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  java.nio.ByteBuffer fbb;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  final sun.awt.AWTCharset this$0;
    descriptor: Lsun/awt/AWTCharset;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(sun.awt.AWTCharset);
    descriptor: (Lsun/awt/AWTCharset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.AWTCharset$Decoder this
         0: .line 109
            aload 0 /* this */
            aload 1
            aload 1
            getfield sun.awt.AWTCharset.javaCs:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            invokespecial sun.awt.AWTCharset$Decoder.<init>:(Lsun/awt/AWTCharset;Ljava/nio/charset/CharsetDecoder;)V
         1: .line 110
            return
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/AWTCharset$Decoder;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void <init>(sun.awt.AWTCharset, java.nio.charset.CharsetDecoder);
    descriptor: (Lsun/awt/AWTCharset;Ljava/nio/charset/CharsetDecoder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 2 // java.nio.charset.CharsetDecoder dec
         0: .line 112
            aload 0 /* this */
            aload 1
            putfield sun.awt.AWTCharset$Decoder.this$0:Lsun/awt/AWTCharset;
         1: .line 113
            aload 0 /* this */
            aload 1
            getfield sun.awt.AWTCharset.awtCs:Ljava/nio/charset/Charset;
         2: .line 114
            aload 2 /* dec */
            invokevirtual java.nio.charset.CharsetDecoder.averageCharsPerByte:()F
         3: .line 115
            aload 2 /* dec */
            invokevirtual java.nio.charset.CharsetDecoder.maxCharsPerByte:()F
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         4: .line 121
            aload 0 /* this */
            iconst_0
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield sun.awt.AWTCharset$Decoder.fbb:Ljava/nio/ByteBuffer;
         5: .line 116
            aload 0 /* this */
            aload 2 /* dec */
            putfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
         6: .line 117
            return
        end local 2 // java.nio.charset.CharsetDecoder dec
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/AWTCharset$Decoder;
            0    7     2   dec  Ljava/nio/charset/CharsetDecoder;
    MethodParameters:
        Name  Flags
      this$0  final
      dec     

  protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 119
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 1 /* src */
            aload 2 /* dst */
            iconst_1
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/AWTCharset$Decoder;
            0    1     1   src  Ljava/nio/ByteBuffer;
            0    1     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 123
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.fbb:Ljava/nio/ByteBuffer;
            aload 1 /* out */
            iconst_1
            invokevirtual java.nio.charset.CharsetDecoder.decode:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;
            pop
         1: .line 124
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 1 /* out */
            invokevirtual java.nio.charset.CharsetDecoder.flush:(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer out
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/AWTCharset$Decoder;
            0    2     1   out  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      out   

  protected void implReset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.AWTCharset$Decoder this
         0: .line 127
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            invokevirtual java.nio.charset.CharsetDecoder.reset:()Ljava/nio/charset/CharsetDecoder;
            pop
         1: .line 128
            return
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/AWTCharset$Decoder;

  protected void implReplaceWith(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 1 // java.lang.String newReplacement
         0: .line 130
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            ifnull 2
         1: .line 131
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 1 /* newReplacement */
            invokevirtual java.nio.charset.CharsetDecoder.replaceWith:(Ljava/lang/String;)Ljava/nio/charset/CharsetDecoder;
            pop
         2: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String newReplacement
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lsun/awt/AWTCharset$Decoder;
            0    3     1  newReplacement  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      newReplacement  

  protected void implOnMalformedInput(java.nio.charset.CodingErrorAction);
    descriptor: (Ljava/nio/charset/CodingErrorAction;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 1 // java.nio.charset.CodingErrorAction newAction
         0: .line 134
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 1 /* newAction */
            invokevirtual java.nio.charset.CharsetDecoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
            pop
         1: .line 135
            return
        end local 1 // java.nio.charset.CodingErrorAction newAction
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/awt/AWTCharset$Decoder;
            0    2     1  newAction  Ljava/nio/charset/CodingErrorAction;
    MethodParameters:
           Name  Flags
      newAction  

  protected void implOnUnmappableCharacter(java.nio.charset.CodingErrorAction);
    descriptor: (Ljava/nio/charset/CodingErrorAction;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.AWTCharset$Decoder this
        start local 1 // java.nio.charset.CodingErrorAction newAction
         0: .line 137
            aload 0 /* this */
            getfield sun.awt.AWTCharset$Decoder.dec:Ljava/nio/charset/CharsetDecoder;
            aload 1 /* newAction */
            invokevirtual java.nio.charset.CharsetDecoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
            pop
         1: .line 138
            return
        end local 1 // java.nio.charset.CodingErrorAction newAction
        end local 0 // sun.awt.AWTCharset$Decoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/awt/AWTCharset$Decoder;
            0    2     1  newAction  Ljava/nio/charset/CodingErrorAction;
    MethodParameters:
           Name  Flags
      newAction  
}
SourceFile: "AWTCharset.java"
NestHost: sun.awt.AWTCharset
InnerClasses:
  public Decoder = sun.awt.AWTCharset$Decoder of sun.awt.AWTCharset