public class org.eclipse.jetty.server.Iso88591HttpWriter extends org.eclipse.jetty.server.HttpWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.Iso88591HttpWriter
  super_class: org.eclipse.jetty.server.HttpWriter
{
  public void <init>(org.eclipse.jetty.server.HttpOutput);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Iso88591HttpWriter this
        start local 1 // org.eclipse.jetty.server.HttpOutput out
         0: .line 31
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.jetty.server.HttpWriter.<init>:(Lorg/eclipse/jetty/server/HttpOutput;)V
         1: .line 32
            return
        end local 1 // org.eclipse.jetty.server.HttpOutput out
        end local 0 // org.eclipse.jetty.server.Iso88591HttpWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Iso88591HttpWriter;
            0    2     1   out  Lorg/eclipse/jetty/server/HttpOutput;
    MethodParameters:
      Name  Flags
      out   

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // org.eclipse.jetty.server.Iso88591HttpWriter this
        start local 1 // char[] s
        start local 2 // int offset
        start local 3 // int length
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._out:Lorg/eclipse/jetty/server/HttpOutput;
            astore 4 /* out */
        start local 4 // org.eclipse.jetty.server.HttpOutput out
         1: .line 39
            iload 3 /* length */
            iconst_1
            if_icmpne 26
         2: .line 41
            aload 1 /* s */
            iload 2 /* offset */
            caload
            istore 5 /* c */
        start local 5 // int c
         3: .line 42
            aload 4 /* out */
            iload 5 /* c */
            sipush 256
            if_icmpge 4
            iload 5 /* c */
            goto 5
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int
      StackMap stack: org.eclipse.jetty.server.HttpOutput
         4: bipush 63
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int
      StackMap stack: org.eclipse.jetty.server.HttpOutput int
         5: invokevirtual org.eclipse.jetty.server.HttpOutput.write:(I)V
         6: .line 43
            return
        end local 5 // int c
         7: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.reset:()V
         8: .line 49
            iload 3 /* length */
            sipush 512
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* chars */
        start local 5 // int chars
         9: .line 51
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getBuf:()[B
            astore 6 /* buffer */
        start local 6 // byte[] buffer
        10: .line 52
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getCount:()I
            istore 7 /* bytes */
        start local 7 // int bytes
        11: .line 54
            iload 5 /* chars */
            aload 6 /* buffer */
            arraylength
            iload 7 /* bytes */
            isub
            if_icmple 13
        12: .line 55
            aload 6 /* buffer */
            arraylength
            iload 7 /* bytes */
            isub
            istore 5 /* chars */
        13: .line 57
      StackMap locals: int byte[] int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 20
        15: .line 59
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 2 /* offset */
            iload 8 /* i */
            iadd
            caload
            istore 9 /* c */
        start local 9 // int c
        16: .line 60
            aload 6 /* buffer */
            iload 7 /* bytes */
            iinc 7 /* bytes */ 1
            iload 9 /* c */
            sipush 256
            if_icmpge 17
            iload 9 /* c */
            goto 18
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int byte[] int int int
      StackMap stack: byte[] int
        17: bipush 63
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int byte[] int int int
      StackMap stack: byte[] int int
        18: i2b
            bastore
        end local 9 // int c
        19: .line 57
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            iload 5 /* chars */
            if_icmplt 15
        end local 8 // int i
        21: .line 62
            iload 7 /* bytes */
            iflt 23
        22: .line 63
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            iload 7 /* bytes */
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.setCount:(I)V
        23: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Iso88591HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            aload 4 /* out */
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.writeTo:(Ljava/io/OutputStream;)V
        24: .line 66
            iload 3 /* length */
            iload 5 /* chars */
            isub
            istore 3 /* length */
        25: .line 67
            iload 2 /* offset */
            iload 5 /* chars */
            iadd
            istore 2 /* offset */
        end local 7 // int bytes
        end local 6 // byte[] buffer
        end local 5 // int chars
        26: .line 46
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 7
        27: .line 69
            return
        end local 4 // org.eclipse.jetty.server.HttpOutput out
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] s
        end local 0 // org.eclipse.jetty.server.Iso88591HttpWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lorg/eclipse/jetty/server/Iso88591HttpWriter;
            0   28     1       s  [C
            0   28     2  offset  I
            0   28     3  length  I
            1   28     4     out  Lorg/eclipse/jetty/server/HttpOutput;
            3    7     5       c  I
            9   26     5   chars  I
           10   26     6  buffer  [B
           11   26     7   bytes  I
           14   21     8       i  I
           16   19     9       c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  
}
SourceFile: "Iso88591HttpWriter.java"