public class sun.nio.cs.DoubleByte$Decoder_DBCSONLY extends sun.nio.cs.DoubleByte$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.DoubleByte$Decoder_DBCSONLY
  super_class: sun.nio.cs.DoubleByte$Decoder
{
  static final char[] b2cSB_UNMAPPABLE;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 470
            sipush 256
            newarray 5
            putstatic sun.nio.cs.DoubleByte$Decoder_DBCSONLY.b2cSB_UNMAPPABLE:[C
         1: .line 471
            getstatic sun.nio.cs.DoubleByte$Decoder_DBCSONLY.b2cSB_UNMAPPABLE:[C
            ldc 65533
            invokestatic java.util.Arrays.fill:([CC)V
         2: .line 472
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.nio.charset.CoderResult crMalformedOrUnmappable(int, int);
    descriptor: (II)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 477
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/DoubleByte$Decoder_DBCSONLY;
            0    1     1    b1  I
            0    1     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  public void <init>(java.nio.charset.Charset, char[][], char[], int, int, boolean);
    descriptor: (Ljava/nio/charset/Charset;[[C[CIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
        start local 1 // java.nio.charset.Charset cs
        start local 2 // char[][] b2c
        start local 3 // char[] b2cSB
        start local 4 // int b2Min
        start local 5 // int b2Max
        start local 6 // boolean isASCIICompatible
         0: .line 482
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            aload 2 /* b2c */
            getstatic sun.nio.cs.DoubleByte$Decoder_DBCSONLY.b2cSB_UNMAPPABLE:[C
            iload 4 /* b2Min */
            iload 5 /* b2Max */
            iload 6 /* isASCIICompatible */
            invokespecial sun.nio.cs.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;FF[[C[CIIZ)V
         1: .line 483
            return
        end local 6 // boolean isASCIICompatible
        end local 5 // int b2Max
        end local 4 // int b2Min
        end local 3 // char[] b2cSB
        end local 2 // char[][] b2c
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lsun/nio/cs/DoubleByte$Decoder_DBCSONLY;
            0    2     1                 cs  Ljava/nio/charset/Charset;
            0    2     2                b2c  [[C
            0    2     3              b2cSB  [C
            0    2     4              b2Min  I
            0    2     5              b2Max  I
            0    2     6  isASCIICompatible  Z
    MethodParameters:
                   Name  Flags
      cs                 
      b2c                
      b2cSB              
      b2Min              
      b2Max              
      isASCIICompatible  

  public void <init>(java.nio.charset.Charset, char[][], char[], int, int);
    descriptor: (Ljava/nio/charset/Charset;[[C[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
        start local 1 // java.nio.charset.Charset cs
        start local 2 // char[][] b2c
        start local 3 // char[] b2cSB
        start local 4 // int b2Min
        start local 5 // int b2Max
         0: .line 486
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            aload 2 /* b2c */
            getstatic sun.nio.cs.DoubleByte$Decoder_DBCSONLY.b2cSB_UNMAPPABLE:[C
            iload 4 /* b2Min */
            iload 5 /* b2Max */
            iconst_0
            invokespecial sun.nio.cs.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;FF[[C[CIIZ)V
         1: .line 487
            return
        end local 5 // int b2Max
        end local 4 // int b2Min
        end local 3 // char[] b2cSB
        end local 2 // char[][] b2c
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.DoubleByte$Decoder_DBCSONLY this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/cs/DoubleByte$Decoder_DBCSONLY;
            0    2     1     cs  Ljava/nio/charset/Charset;
            0    2     2    b2c  [[C
            0    2     3  b2cSB  [C
            0    2     4  b2Min  I
            0    2     5  b2Max  I
    MethodParameters:
       Name  Flags
      cs     
      b2c    
      b2cSB  
      b2Min  
      b2Max  
}
SourceFile: "DoubleByte.java"
NestHost: sun.nio.cs.DoubleByte
InnerClasses:
  public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
  public Decoder_DBCSONLY = sun.nio.cs.DoubleByte$Decoder_DBCSONLY of sun.nio.cs.DoubleByte