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 38
            iload 3 /* length */
            ifne 4
            aload 4 /* out */
            invokevirtual org.eclipse.jetty.server.HttpOutput.isAllContentWritten:()Z
            ifeq 4
         2: .line 40
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Iso88591HttpWriter.close:()V
         3: .line 41
            return
         4: .line 44
      StackMap locals: org.eclipse.jetty.server.HttpOutput
      StackMap stack:
            iload 3 /* length */
            iconst_1
            if_icmpne 31
         5: .line 46
            aload 1 /* s */
            iload 2 /* offset */
            caload
            istore 5 /* c */
        start local 5 // int c
         6: .line 47
            aload 4 /* out */
            iload 5 /* c */
            sipush 256
            if_icmpge 7
            iload 5 /* c */
            goto 8
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int
      StackMap stack: org.eclipse.jetty.server.HttpOutput
         7: 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
         8: invokevirtual org.eclipse.jetty.server.HttpOutput.write:(I)V
         9: .line 48
            return
        end local 5 // int c
        10: .line 53
      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
        11: .line 54
            iload 3 /* length */
            sipush 512
            if_icmple 12
            sipush 512
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 3 /* length */
      StackMap locals:
      StackMap stack: int
        13: istore 5 /* chars */
        start local 5 // int chars
        14: .line 56
            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
        15: .line 57
            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
        16: .line 59
            iload 5 /* chars */
            aload 6 /* buffer */
            arraylength
            iload 7 /* bytes */
            isub
            if_icmple 18
        17: .line 60
            aload 6 /* buffer */
            arraylength
            iload 7 /* bytes */
            isub
            istore 5 /* chars */
        18: .line 62
      StackMap locals: int byte[] int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        19: goto 25
        20: .line 64
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 2 /* offset */
            iload 8 /* i */
            iadd
            caload
            istore 9 /* c */
        start local 9 // int c
        21: .line 65
            aload 6 /* buffer */
            iload 7 /* bytes */
            iinc 7 /* bytes */ 1
            iload 9 /* c */
            sipush 256
            if_icmpge 22
            iload 9 /* c */
            goto 23
      StackMap locals: org.eclipse.jetty.server.Iso88591HttpWriter char[] int int org.eclipse.jetty.server.HttpOutput int byte[] int int int
      StackMap stack: byte[] int
        22: 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
        23: i2b
            bastore
        end local 9 // int c
        24: .line 62
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 8 /* i */
            iload 5 /* chars */
            if_icmplt 20
        end local 8 // int i
        26: .line 67
            iload 7 /* bytes */
            iflt 28
        27: .line 68
            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
        28: .line 70
      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
        29: .line 71
            iload 3 /* length */
            iload 5 /* chars */
            isub
            istore 3 /* length */
        30: .line 72
            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
        31: .line 51
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 10
        32: .line 74
            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   33     0    this  Lorg/eclipse/jetty/server/Iso88591HttpWriter;
            0   33     1       s  [C
            0   33     2  offset  I
            0   33     3  length  I
            1   33     4     out  Lorg/eclipse/jetty/server/HttpOutput;
            6   10     5       c  I
           14   31     5   chars  I
           15   31     6  buffer  [B
           16   31     7   bytes  I
           19   26     8       i  I
           21   24     9       c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  
}
SourceFile: "Iso88591HttpWriter.java"