public class sun.nio.cs.DoubleByte$Encoder_DBCSONLY extends sun.nio.cs.DoubleByte$Encoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.DoubleByte$Encoder_DBCSONLY
  super_class: sun.nio.cs.DoubleByte$Encoder
{
  public void <init>(java.nio.charset.Charset, byte[], char[], char[], boolean);
    descriptor: (Ljava/nio/charset/Charset;[B[C[CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // sun.nio.cs.DoubleByte$Encoder_DBCSONLY this
        start local 1 // java.nio.charset.Charset cs
        start local 2 // byte[] repl
        start local 3 // char[] c2b
        start local 4 // char[] c2bIndex
        start local 5 // boolean isASCIICompatible
         0: .line 848
            aload 0 /* this */
            aload 1 /* cs */
            fconst_2
            fconst_2
            aload 2 /* repl */
            aload 3 /* c2b */
            aload 4 /* c2bIndex */
            iload 5 /* isASCIICompatible */
            invokespecial sun.nio.cs.DoubleByte$Encoder.<init>:(Ljava/nio/charset/Charset;FF[B[C[CZ)V
         1: .line 849
            return
        end local 5 // boolean isASCIICompatible
        end local 4 // char[] c2bIndex
        end local 3 // char[] c2b
        end local 2 // byte[] repl
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.DoubleByte$Encoder_DBCSONLY this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lsun/nio/cs/DoubleByte$Encoder_DBCSONLY;
            0    2     1                 cs  Ljava/nio/charset/Charset;
            0    2     2               repl  [B
            0    2     3                c2b  [C
            0    2     4           c2bIndex  [C
            0    2     5  isASCIICompatible  Z
    MethodParameters:
                   Name  Flags
      cs                 
      repl               
      c2b                
      c2bIndex           
      isASCIICompatible  

  public int encodeChar(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.cs.DoubleByte$Encoder_DBCSONLY this
        start local 1 // char ch
         0: .line 852
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.nio.cs.DoubleByte$Encoder.encodeChar:(C)I
            istore 2 /* bb */
        start local 2 // int bb
         1: .line 853
            iload 2 /* bb */
            sipush 255
            if_icmpgt 3
         2: .line 854
            ldc 65533
            ireturn
         3: .line 855
      StackMap locals: int
      StackMap stack:
            iload 2 /* bb */
            ireturn
        end local 2 // int bb
        end local 1 // char ch
        end local 0 // sun.nio.cs.DoubleByte$Encoder_DBCSONLY this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/DoubleByte$Encoder_DBCSONLY;
            0    4     1    ch  C
            1    4     2    bb  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "DoubleByte.java"
NestHost: sun.nio.cs.DoubleByte
InnerClasses:
  public Encoder = sun.nio.cs.DoubleByte$Encoder of sun.nio.cs.DoubleByte
  public Encoder_DBCSONLY = sun.nio.cs.DoubleByte$Encoder_DBCSONLY of sun.nio.cs.DoubleByte