public abstract class org.eclipse.jetty.server.HttpWriter extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.server.HttpWriter
  super_class: java.io.Writer
{
  public static final int MAX_OUTPUT_CHARS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  final org.eclipse.jetty.server.HttpOutput _out;
    descriptor: Lorg/eclipse/jetty/server/HttpOutput;
    flags: (0x0010) ACC_FINAL

  final org.eclipse.jetty.util.ByteArrayOutputStream2 _bytes;
    descriptor: Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
    flags: (0x0010) ACC_FINAL

  final char[] _chars;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  public void <init>(org.eclipse.jetty.server.HttpOutput);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpWriter this
        start local 1 // org.eclipse.jetty.server.HttpOutput out
         0: .line 38
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* out */
            putfield org.eclipse.jetty.server.HttpWriter._out:Lorg/eclipse/jetty/server/HttpOutput;
         2: .line 41
            aload 0 /* this */
            sipush 512
            newarray 5
            putfield org.eclipse.jetty.server.HttpWriter._chars:[C
         3: .line 42
            aload 0 /* this */
            new org.eclipse.jetty.util.ByteArrayOutputStream2
            dup
            sipush 512
            invokespecial org.eclipse.jetty.util.ByteArrayOutputStream2.<init>:(I)V
            putfield org.eclipse.jetty.server.HttpWriter._bytes:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
         4: .line 43
            return
        end local 1 // org.eclipse.jetty.server.HttpOutput out
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/HttpWriter;
            0    5     1   out  Lorg/eclipse/jetty/server/HttpOutput;
    MethodParameters:
      Name  Flags
      out   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpWriter this
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpWriter._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.close:()V
         1: .line 49
            return
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpWriter;
    Exceptions:
      throws java.io.IOException

  public void complete(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpWriter this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 53
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpWriter._out:Lorg/eclipse/jetty/server/HttpOutput;
            aload 1 /* callback */
            invokevirtual org.eclipse.jetty.server.HttpOutput.complete:(Lorg/eclipse/jetty/util/Callback;)V
         1: .line 54
            return
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/HttpWriter;
            0    2     1  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      callback  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpWriter this
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpWriter._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.flush:()V
         1: .line 60
            return
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpWriter;
    Exceptions:
      throws java.io.IOException

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpWriter this
        start local 1 // java.lang.String s
        start local 2 // int offset
        start local 3 // int length
         0: .line 65
            goto 4
         1: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 2 /* offset */
            sipush 512
            invokevirtual org.eclipse.jetty.server.HttpWriter.write:(Ljava/lang/String;II)V
         2: .line 68
            iinc 2 /* offset */ 512
         3: .line 69
            iinc 3 /* length */ -512
         4: .line 65
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            sipush 512
            if_icmpgt 1
         5: .line 72
            aload 1 /* s */
            iload 2 /* offset */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpWriter._chars:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         6: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpWriter._chars:[C
            iconst_0
            iload 3 /* length */
            invokevirtual org.eclipse.jetty.server.HttpWriter.write:([CII)V
         7: .line 74
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/eclipse/jetty/server/HttpWriter;
            0    8     1       s  Ljava/lang/String;
            0    8     2  offset  I
            0    8     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpWriter this
        start local 1 // char[] s
        start local 2 // int offset
        start local 3 // int length
         0: .line 79
            new java.lang.AbstractMethodError
            dup
            invokespecial java.lang.AbstractMethodError.<init>:()V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] s
        end local 0 // org.eclipse.jetty.server.HttpWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/HttpWriter;
            0    1     1       s  [C
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  
}
SourceFile: "HttpWriter.java"