class sun.awt.motif.X11Dingbats$Encoder extends java.nio.charset.CharsetEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.motif.X11Dingbats$Encoder
  super_class: java.nio.charset.CharsetEncoder
{
  private static byte[] table;
    descriptor: [B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 52
            ldc Lsun/awt/motif/X11Dingbats;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.awt.motif.X11Dingbats$Encoder.$assertionsDisabled:Z
         3: .line 101
            bipush 94
            newarray 8
            dup
            iconst_0
         4: .line 102
            bipush -95
            bastore
            dup
            iconst_1
            bipush -94
            bastore
            dup
            iconst_2
            bipush -93
            bastore
            dup
            iconst_3
            bipush -92
            bastore
            dup
            iconst_4
         5: .line 103
            bipush -91
            bastore
            dup
            iconst_5
            bipush -90
            bastore
            dup
            bipush 6
            bipush -89
            bastore
            dup
            bipush 21
         6: .line 107
            bipush -74
            bastore
            dup
            bipush 22
            bipush -73
            bastore
            dup
            bipush 23
         7: .line 108
            bipush -72
            bastore
            dup
            bipush 24
            bipush -71
            bastore
            dup
            bipush 25
            bipush -70
            bastore
            dup
            bipush 26
            bipush -69
            bastore
            dup
            bipush 27
         8: .line 109
            bipush -68
            bastore
            dup
            bipush 28
            bipush -67
            bastore
            dup
            bipush 29
            bipush -66
            bastore
            dup
            bipush 30
            bipush -65
            bastore
            dup
            bipush 31
         9: .line 110
            bipush -64
            bastore
            dup
            bipush 32
            bipush -63
            bastore
            dup
            bipush 33
            bipush -62
            bastore
            dup
            bipush 34
            bipush -61
            bastore
            dup
            bipush 35
        10: .line 111
            bipush -60
            bastore
            dup
            bipush 36
            bipush -59
            bastore
            dup
            bipush 37
            bipush -58
            bastore
            dup
            bipush 38
            bipush -57
            bastore
            dup
            bipush 39
        11: .line 112
            bipush -56
            bastore
            dup
            bipush 40
            bipush -55
            bastore
            dup
            bipush 41
            bipush -54
            bastore
            dup
            bipush 42
            bipush -53
            bastore
            dup
            bipush 43
        12: .line 113
            bipush -52
            bastore
            dup
            bipush 44
            bipush -51
            bastore
            dup
            bipush 45
            bipush -50
            bastore
            dup
            bipush 46
            bipush -49
            bastore
            dup
            bipush 47
        13: .line 114
            bipush -48
            bastore
            dup
            bipush 48
            bipush -47
            bastore
            dup
            bipush 49
            bipush -46
            bastore
            dup
            bipush 50
            bipush -45
            bastore
            dup
            bipush 51
        14: .line 115
            bipush -44
            bastore
            dup
            bipush 55
        15: .line 116
            bipush -40
            bastore
            dup
            bipush 56
            bipush -39
            bastore
            dup
            bipush 57
            bipush -38
            bastore
            dup
            bipush 58
            bipush -37
            bastore
            dup
            bipush 59
        16: .line 117
            bipush -36
            bastore
            dup
            bipush 60
            bipush -35
            bastore
            dup
            bipush 61
            bipush -34
            bastore
        17: .line 101
            putstatic sun.awt.motif.X11Dingbats$Encoder.table:[B
        18: .line 125
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.motif.X11Dingbats$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 54
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            invokespecial java.nio.charset.CharsetEncoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 55
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.awt.motif.X11Dingbats$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/motif/X11Dingbats$Encoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.motif.X11Dingbats$Encoder this
        start local 1 // char ch
         0: .line 58
            iload 1 /* ch */
            sipush 9985
            if_icmplt 2
            iload 1 /* ch */
            sipush 10078
            if_icmpgt 2
         1: .line 59
            iconst_1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 10081
            if_icmplt 5
            iload 1 /* ch */
            sipush 10174
            if_icmpgt 5
         3: .line 62
            getstatic sun.awt.motif.X11Dingbats$Encoder.table:[B
            iload 1 /* ch */
            sipush 10081
            isub
            baload
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.awt.motif.X11Dingbats$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/motif/X11Dingbats$Encoder;
            0    6     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // sun.awt.motif.X11Dingbats$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 68
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 3 /* sa */
        start local 3 // char[] sa
         1: .line 69
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 4 /* sp */
        start local 4 // int sp
         2: .line 70
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 5 /* sl */
        start local 5 // int sl
         3: .line 71
            getstatic sun.awt.motif.X11Dingbats$Encoder.$assertionsDisabled:Z
            ifne 4
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmple 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 72
      StackMap locals: char[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmpgt 5
            iload 4 /* sp */
            goto 6
      StackMap locals:
      StackMap stack:
         5: iload 5 /* sl */
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* sp */
         7: .line 73
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 6 /* da */
        start local 6 // byte[] da
         8: .line 74
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 7 /* dp */
        start local 7 // int dp
         9: .line 75
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 8 /* dl */
        start local 8 // int dl
        10: .line 76
            getstatic sun.awt.motif.X11Dingbats$Encoder.$assertionsDisabled:Z
            ifne 11
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmple 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 77
      StackMap locals: byte[] int int
      StackMap stack:
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmpgt 12
            iload 7 /* dp */
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 8 /* dl */
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* dp */
        14: .line 80
            goto 31
        15: .line 81
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            caload
            istore 9 /* c */
        start local 9 // char c
        16: .line 82
            iload 8 /* dl */
            iload 7 /* dp */
            isub
            iconst_1
            if_icmpge 21
        17: .line 83
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 11
        18: .line 96
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        19: .line 97
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        20: .line 83
            aload 11
            areturn
        21: .line 85
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* c */
            invokevirtual sun.awt.motif.X11Dingbats$Encoder.canEncode:(C)Z
            ifne 26
        22: .line 86
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 11
        23: .line 96
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        24: .line 97
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        25: .line 86
            aload 11
            areturn
        26: .line 87
      StackMap locals:
      StackMap stack:
            iinc 4 /* sp */ 1
        27: .line 88
            iload 9 /* c */
            sipush 10081
            if_icmplt 30
        28: .line 89
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            getstatic sun.awt.motif.X11Dingbats$Encoder.table:[B
            iload 9 /* c */
            sipush 10081
            isub
            baload
            bastore
        29: .line 90
            goto 31
        30: .line 91
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 9 /* c */
            bipush 32
            iadd
            sipush 9984
            isub
            i2b
            bastore
        end local 9 // char c
        31: .line 80
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 15
        32: .line 94
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 11
        33: .line 96
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        34: .line 97
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        35: .line 94
            aload 11
            areturn
        36: .line 95
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        37: .line 96
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        38: .line 97
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        39: .line 98
            aload 10
            athrow
        end local 8 // int dl
        end local 7 // int dp
        end local 6 // byte[] da
        end local 5 // int sl
        end local 4 // int sp
        end local 3 // char[] sa
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.awt.motif.X11Dingbats$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Lsun/awt/motif/X11Dingbats$Encoder;
            0   40     1   src  Ljava/nio/CharBuffer;
            0   40     2   dst  Ljava/nio/ByteBuffer;
            1   40     3    sa  [C
            2   40     4    sp  I
            3   40     5    sl  I
            8   40     6    da  [B
            9   40     7    dp  I
           10   40     8    dl  I
           16   31     9     c  C
      Exception table:
        from    to  target  type
          14    18      36  any
          21    23      36  any
          26    33      36  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  public boolean isLegalReplacement(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.motif.X11Dingbats$Encoder this
        start local 1 // byte[] repl
         0: .line 129
            iconst_1
            ireturn
        end local 1 // byte[] repl
        end local 0 // sun.awt.motif.X11Dingbats$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/motif/X11Dingbats$Encoder;
            0    1     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  
}
SourceFile: "X11Dingbats.java"
NestHost: sun.awt.motif.X11Dingbats
InnerClasses:
  private Encoder = sun.awt.motif.X11Dingbats$Encoder of sun.awt.motif.X11Dingbats