class sun.nio.cs.ext.MS932$Decoder extends sun.nio.cs.ext.MS932DB$Decoder implements sun.nio.cs.ext.DelegatableDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.MS932$Decoder
  super_class: sun.nio.cs.ext.MS932DB$Decoder
{
  sun.nio.cs.ext.JIS_X_0201$Decoder jisDec0201;
    descriptor: Lsun/nio/cs/ext/JIS_X_0201$Decoder;
    flags: (0x0000) 

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.MS932$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 67
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.MS932DB$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 68
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0201$Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0201$Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.MS932$Decoder.jisDec0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
         2: .line 69
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.MS932$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/MS932$Decoder;
            0    3     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.MS932$Decoder this
        start local 1 // int b
         0: .line 73
            iload 1 /* b */
            ldc 65408
            iand
            ifne 2
         1: .line 74
            iload 1 /* b */
            i2c
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.MS932$Decoder.jisDec0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
            iload 1 /* b */
            invokevirtual sun.nio.cs.ext.JIS_X_0201$Decoder.decode:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.MS932$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/MS932$Decoder;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.MS932$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 81
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokespecial sun.nio.cs.ext.MS932DB$Decoder.decodeLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.MS932$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/MS932$Decoder;
            0    1     1   src  Ljava/nio/ByteBuffer;
            0    1     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public void implReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.MS932$Decoder this
         0: .line 84
            aload 0 /* this */
            invokespecial sun.nio.cs.ext.MS932DB$Decoder.implReset:()V
         1: .line 85
            return
        end local 0 // sun.nio.cs.ext.MS932$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/MS932$Decoder;

  public java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.MS932$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 87
            aload 0 /* this */
            aload 1 /* out */
            invokespecial sun.nio.cs.ext.MS932DB$Decoder.implFlush:(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer out
        end local 0 // sun.nio.cs.ext.MS932$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/MS932$Decoder;
            0    1     1   out  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "MS932.java"
NestHost: sun.nio.cs.ext.MS932
InnerClasses:
  public Decoder = sun.nio.cs.ext.JIS_X_0201$Decoder of sun.nio.cs.ext.JIS_X_0201
  private Decoder = sun.nio.cs.ext.MS932$Decoder of sun.nio.cs.ext.MS932
  public Decoder = sun.nio.cs.ext.MS932DB$Decoder of sun.nio.cs.ext.MS932DB