class sun.nio.cs.ISO_8859_1$Encoder extends java.nio.charset.CharsetEncoder implements sun.nio.cs.ArrayEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ISO_8859_1$Encoder
  super_class: java.nio.charset.CharsetEncoder
{
  private final sun.nio.cs.Surrogate$Parser sgp;
    descriptor: Lsun/nio/cs/Surrogate$Parser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte repl;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  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=1, locals=0, args_size=0
         0: .line 141
            ldc Lsun/nio/cs/ISO_8859_1;
            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.nio.cs.ISO_8859_1$Encoder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ISO_8859_1$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 144
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            invokespecial java.nio.charset.CharsetEncoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 155
            aload 0 /* this */
            new sun.nio.cs.Surrogate$Parser
            dup
            invokespecial sun.nio.cs.Surrogate$Parser.<init>:()V
            putfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
         2: .line 274
            aload 0 /* this */
            bipush 63
            putfield sun.nio.cs.ISO_8859_1$Encoder.repl:B
         3: .line 145
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    4     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // char c
         0: .line 148
            iload 1 /* c */
            sipush 255
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char c
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public boolean isLegalReplacement(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // byte[] repl
         0: .line 152
            iconst_1
            ireturn
        end local 1 // byte[] repl
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    1     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  

  private static int encodeISOArray(char[], int, byte[], int, int);
    descriptor: ([CI[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 160
            iload 4 /* len */
            ifgt 2
         1: .line 161
            iconst_0
            ireturn
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* sa */
            iload 1 /* sp */
            aload 2 /* da */
            iload 3 /* dp */
            iload 4 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.encodeISOArrayCheck:([CI[BII)V
         3: .line 164
            aload 0 /* sa */
            iload 1 /* sp */
            aload 2 /* da */
            iload 3 /* dp */
            iload 4 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.implEncodeISOArray:([CI[BII)I
            ireturn
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    sa  [C
            0    4     1    sp  I
            0    4     2    da  [B
            0    4     3    dp  I
            0    4     4   len  I
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private static int implEncodeISOArray(char[], int, byte[], int, int);
    descriptor: ([CI[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 171
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: .line 172
            goto 7
         2: .line 173
      StackMap locals: int
      StackMap stack:
            aload 0 /* sa */
            iload 1 /* sp */
            iinc 1 /* sp */ 1
            caload
            istore 6 /* c */
        start local 6 // char c
         3: .line 174
            iload 6 /* c */
            sipush 255
            if_icmple 5
         4: .line 175
            goto 8
         5: .line 176
      StackMap locals: int
      StackMap stack:
            aload 2 /* da */
            iload 3 /* dp */
            iinc 3 /* dp */ 1
            iload 6 /* c */
            i2b
            bastore
        end local 6 // char c
         6: .line 172
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 2
         8: .line 178
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            ireturn
        end local 5 // int i
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0    sa  [C
            0    9     1    sp  I
            0    9     2    da  [B
            0    9     3    dp  I
            0    9     4   len  I
            1    9     5     i  I
            3    6     6     c  C
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private static void encodeISOArrayCheck(char[], int, byte[], int, int);
    descriptor: ([CI[BII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // char[] sa
        start local 1 // int sp
        start local 2 // byte[] da
        start local 3 // int dp
        start local 4 // int len
         0: .line 183
            aload 0 /* sa */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 184
            aload 2 /* da */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 186
            iload 1 /* sp */
            iflt 3
            iload 1 /* sp */
            aload 0 /* sa */
            arraylength
            if_icmplt 4
         3: .line 187
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* sp */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         4: .line 190
      StackMap locals:
      StackMap stack:
            iload 3 /* dp */
            iflt 5
            iload 3 /* dp */
            aload 2 /* da */
            arraylength
            if_icmplt 6
         5: .line 191
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 3 /* dp */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         6: .line 194
      StackMap locals:
      StackMap stack:
            iload 1 /* sp */
            iload 4 /* len */
            iadd
            iconst_1
            isub
            istore 5 /* endIndexSP */
        start local 5 // int endIndexSP
         7: .line 195
            iload 5 /* endIndexSP */
            iflt 8
            iload 5 /* endIndexSP */
            aload 0 /* sa */
            arraylength
            if_icmplt 9
         8: .line 196
      StackMap locals: int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 5 /* endIndexSP */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         9: .line 199
      StackMap locals:
      StackMap stack:
            iload 3 /* dp */
            iload 4 /* len */
            iadd
            iconst_1
            isub
            istore 6 /* endIndexDP */
        start local 6 // int endIndexDP
        10: .line 200
            iload 6 /* endIndexDP */
            iflt 11
            iload 6 /* endIndexDP */
            aload 2 /* da */
            arraylength
            if_icmplt 12
        11: .line 201
      StackMap locals: int
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 6 /* endIndexDP */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        12: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int endIndexDP
        end local 5 // int endIndexSP
        end local 4 // int len
        end local 3 // int dp
        end local 2 // byte[] da
        end local 1 // int sp
        end local 0 // char[] sa
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0          sa  [C
            0   13     1          sp  I
            0   13     2          da  [B
            0   13     3          dp  I
            0   13     4         len  I
            7   13     5  endIndexSP  I
           10   13     6  endIndexDP  I
    MethodParameters:
      Name  Flags
      sa    
      sp    
      da    
      dp    
      len   

  private java.nio.charset.CoderResult encodeArrayLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=17, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 208
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 3 /* sa */
        start local 3 // char[] sa
         1: .line 209
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            istore 4 /* soff */
        start local 4 // int soff
         2: .line 210
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 5 /* sp */
        start local 5 // int sp
         3: .line 211
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 6 /* sl */
        start local 6 // int sl
         4: .line 212
            getstatic sun.nio.cs.ISO_8859_1$Encoder.$assertionsDisabled:Z
            ifne 5
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 213
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int
      StackMap stack:
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmpgt 6
            iload 5 /* sp */
            goto 7
      StackMap locals:
      StackMap stack:
         6: iload 6 /* sl */
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* sp */
         8: .line 214
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 7 /* da */
        start local 7 // byte[] da
         9: .line 215
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            istore 8 /* doff */
        start local 8 // int doff
        10: .line 216
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 9 /* dp */
        start local 9 // int dp
        11: .line 217
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 10 /* dl */
        start local 10 // int dl
        12: .line 218
            getstatic sun.nio.cs.ISO_8859_1$Encoder.$assertionsDisabled:Z
            ifne 13
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmple 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 219
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int byte[] int int int
      StackMap stack:
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmpgt 14
            iload 9 /* dp */
            goto 15
      StackMap locals:
      StackMap stack:
        14: iload 10 /* dl */
      StackMap locals:
      StackMap stack: int
        15: istore 9 /* dp */
        16: .line 220
            iload 10 /* dl */
            iload 9 /* dp */
            isub
            istore 11 /* dlen */
        start local 11 // int dlen
        17: .line 221
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            istore 12 /* slen */
        start local 12 // int slen
        18: .line 222
            iload 11 /* dlen */
            iload 12 /* slen */
            if_icmpge 19
            iload 11 /* dlen */
            goto 20
      StackMap locals: int int
      StackMap stack:
        19: iload 12 /* slen */
      StackMap locals:
      StackMap stack: int
        20: istore 13 /* len */
        start local 13 // int len
        21: .line 224
            aload 3 /* sa */
            iload 5 /* sp */
            aload 7 /* da */
            iload 9 /* dp */
            iload 13 /* len */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.encodeISOArray:([CI[BII)I
            istore 14 /* ret */
        start local 14 // int ret
        22: .line 225
            iload 5 /* sp */
            iload 14 /* ret */
            iadd
            istore 5 /* sp */
        23: .line 226
            iload 9 /* dp */
            iload 14 /* ret */
            iadd
            istore 9 /* dp */
        24: .line 227
            iload 14 /* ret */
            iload 13 /* len */
            if_icmpeq 34
        25: .line 228
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            aload 3 /* sa */
            iload 5 /* sp */
            caload
            aload 3 /* sa */
            iload 5 /* sp */
            iload 6 /* sl */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(C[CII)I
            ifge 30
        26: .line 229
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 16
        27: .line 236
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        28: .line 237
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        29: .line 229
            aload 16
            areturn
        30: .line 230
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 16
        31: .line 236
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        32: .line 237
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        33: .line 230
            aload 16
            areturn
        34: .line 232
      StackMap locals:
      StackMap stack:
            iload 13 /* len */
            iload 12 /* slen */
            if_icmpge 39
        35: .line 233
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        36: .line 236
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        37: .line 237
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        38: .line 233
            aload 16
            areturn
        39: .line 234
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        40: .line 236
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        41: .line 237
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 234
            aload 16
            areturn
        end local 14 // int ret
        43: .line 235
      StackMap locals: sun.nio.cs.ISO_8859_1$Encoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int int byte[] int int int int int int
      StackMap stack: java.lang.Throwable
            astore 15
        44: .line 236
            aload 1 /* src */
            iload 5 /* sp */
            iload 4 /* soff */
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        45: .line 237
            aload 2 /* dst */
            iload 9 /* dp */
            iload 8 /* doff */
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        46: .line 238
            aload 15
            athrow
        end local 13 // int len
        end local 12 // int slen
        end local 11 // int dlen
        end local 10 // int dl
        end local 9 // int dp
        end local 8 // int doff
        end local 7 // byte[] da
        end local 6 // int sl
        end local 5 // int sp
        end local 4 // int soff
        end local 3 // char[] sa
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   47     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0   47     1   src  Ljava/nio/CharBuffer;
            0   47     2   dst  Ljava/nio/ByteBuffer;
            1   47     3    sa  [C
            2   47     4  soff  I
            3   47     5    sp  I
            4   47     6    sl  I
            9   47     7    da  [B
           10   47     8  doff  I
           11   47     9    dp  I
           12   47    10    dl  I
           17   47    11  dlen  I
           18   47    12  slen  I
           21   47    13   len  I
           22   43    14   ret  I
      Exception table:
        from    to  target  type
          21    27      43  any
          30    31      43  any
          34    36      43  any
          39    40      43  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult encodeBufferLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 244
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 246
            goto 18
         2: .line 247
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.get:()C
            istore 4 /* c */
        start local 4 // char c
         3: .line 248
            iload 4 /* c */
            sipush 255
            if_icmpgt 11
         4: .line 249
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 8
         5: .line 250
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 6
         6: .line 261
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         7: .line 250
            aload 6
            areturn
         8: .line 251
      StackMap locals: int
      StackMap stack:
            aload 2 /* dst */
            iload 4 /* c */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         9: .line 252
            iinc 3 /* mark */ 1
        10: .line 253
            goto 18
        11: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            iload 4 /* c */
            aload 1 /* src */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(CLjava/nio/CharBuffer;)I
            ifge 15
        12: .line 256
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 6
        13: .line 261
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        14: .line 256
            aload 6
            areturn
        15: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 6
        16: .line 261
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        17: .line 257
            aload 6
            areturn
        end local 4 // char c
        18: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 2
        19: .line 259
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 6
        20: .line 261
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        21: .line 259
            aload 6
            areturn
        22: .line 260
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        23: .line 261
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        24: .line 262
            aload 5
            athrow
        end local 3 // int mark
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0   25     1   src  Ljava/nio/CharBuffer;
            0   25     2   dst  Ljava/nio/ByteBuffer;
            1   25     3  mark  I
            3   18     4     c  C
      Exception table:
        from    to  target  type
           1     6      22  any
           8    13      22  any
          15    16      22  any
          18    20      22  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  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=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 268
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
         1: .line 269
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ISO_8859_1$Encoder.encodeArrayLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ISO_8859_1$Encoder.encodeBufferLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    3     1   src  Ljava/nio/CharBuffer;
            0    3     2   dst  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected void implReplaceWith(byte[]);
    descriptor: ([B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // byte[] newReplacement
         0: .line 276
            aload 0 /* this */
            aload 1 /* newReplacement */
            iconst_0
            baload
            putfield sun.nio.cs.ISO_8859_1$Encoder.repl:B
         1: .line 277
            return
        end local 1 // byte[] newReplacement
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0    2     1  newReplacement  [B
    MethodParameters:
                Name  Flags
      newReplacement  

  public int encode(char[], int, int, byte[]);
    descriptor: ([CII[B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
        start local 1 // char[] src
        start local 2 // int sp
        start local 3 // int len
        start local 4 // byte[] dst
         0: .line 280
            iconst_0
            istore 5 /* dp */
        start local 5 // int dp
         1: .line 281
            iload 3 /* len */
            aload 4 /* dst */
            arraylength
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* slen */
        start local 6 // int slen
         2: .line 282
            iload 2 /* sp */
            iload 6 /* slen */
            iadd
            istore 7 /* sl */
        start local 7 // int sl
         3: .line 283
            goto 17
         4: .line 284
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* src */
            iload 2 /* sp */
            aload 4 /* dst */
            iload 5 /* dp */
            iload 6 /* slen */
            invokestatic sun.nio.cs.ISO_8859_1$Encoder.encodeISOArray:([CI[BII)I
            istore 8 /* ret */
        start local 8 // int ret
         5: .line 285
            iload 2 /* sp */
            iload 8 /* ret */
            iadd
            istore 2 /* sp */
         6: .line 286
            iload 5 /* dp */
            iload 8 /* ret */
            iadd
            istore 5 /* dp */
         7: .line 287
            iload 8 /* ret */
            iload 6 /* slen */
            if_icmpeq 17
         8: .line 288
            aload 1 /* src */
            iload 2 /* sp */
            iinc 2 /* sp */ 1
            caload
            istore 9 /* c */
        start local 9 // char c
         9: .line 289
            iload 9 /* c */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 15
            iload 2 /* sp */
            iload 7 /* sl */
            if_icmpge 15
        10: .line 290
            aload 1 /* src */
            iload 2 /* sp */
            caload
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 15
        11: .line 291
            iload 3 /* len */
            aload 4 /* dst */
            arraylength
            if_icmple 14
        12: .line 292
            iinc 7 /* sl */ 1
        13: .line 293
            iinc 3 /* len */ -1
        14: .line 295
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* sp */ 1
        15: .line 297
      StackMap locals:
      StackMap stack:
            aload 4 /* dst */
            iload 5 /* dp */
            iinc 5 /* dp */ 1
            aload 0 /* this */
            getfield sun.nio.cs.ISO_8859_1$Encoder.repl:B
            bastore
        16: .line 298
            iload 7 /* sl */
            iload 2 /* sp */
            isub
            aload 4 /* dst */
            arraylength
            iload 5 /* dp */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* slen */
        end local 9 // char c
        end local 8 // int ret
        17: .line 283
      StackMap locals:
      StackMap stack:
            iload 2 /* sp */
            iload 7 /* sl */
            if_icmplt 4
        18: .line 301
            iload 5 /* dp */
            ireturn
        end local 7 // int sl
        end local 6 // int slen
        end local 5 // int dp
        end local 4 // byte[] dst
        end local 3 // int len
        end local 2 // int sp
        end local 1 // char[] src
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
            0   19     1   src  [C
            0   19     2    sp  I
            0   19     3   len  I
            0   19     4   dst  [B
            1   19     5    dp  I
            2   19     6  slen  I
            3   19     7    sl  I
            5   17     8   ret  I
            9   17     9     c  C
    MethodParameters:
      Name  Flags
      src   
      sp    
      len   
      dst   

  public boolean isASCIICompatible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ISO_8859_1$Encoder this
         0: .line 305
            iconst_1
            ireturn
        end local 0 // sun.nio.cs.ISO_8859_1$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ISO_8859_1$Encoder;
}
SourceFile: "ISO_8859_1.java"
NestHost: sun.nio.cs.ISO_8859_1
InnerClasses:
  private Encoder = sun.nio.cs.ISO_8859_1$Encoder of sun.nio.cs.ISO_8859_1
  public Parser = sun.nio.cs.Surrogate$Parser of sun.nio.cs.Surrogate