public class org.eclipse.jetty.util.ByteArrayISO8859Writer extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.ByteArrayISO8859Writer
  super_class: java.io.Writer
{
  private byte[] _buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int _size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.util.ByteArrayOutputStream2 _bout;
    descriptor: Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
    flags: (0x0002) ACC_PRIVATE

  private java.io.OutputStreamWriter _writer;
    descriptor: Ljava/io/OutputStreamWriter;
    flags: (0x0002) ACC_PRIVATE

  private boolean _fixed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 46
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
         2: .line 40
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._fixed:Z
         4: .line 48
            aload 0 /* this */
            sipush 2048
            newarray 8
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
         5: .line 49
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // int capacity
         0: .line 56
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
         2: .line 40
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._fixed:Z
         4: .line 58
            aload 0 /* this */
            iload 1 /* capacity */
            newarray 8
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
         5: .line 59
            return
        end local 1 // int capacity
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    6     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // byte[] buf
         0: .line 61
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
         2: .line 40
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._fixed:Z
         4: .line 63
            aload 0 /* this */
            aload 1 /* buf */
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
         5: .line 64
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._fixed:Z
         6: .line 65
            return
        end local 1 // byte[] buf
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    7     1   buf  [B
    MethodParameters:
      Name  Flags
      buf   

  public java.lang.Object getLock();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer.lock:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            ireturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public int capacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 79
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            arraylength
            ireturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public int spareCapacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            isub
            ireturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void setLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // int l
         0: .line 89
            aload 0 /* this */
            iload 1 /* l */
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
         1: .line 90
            return
        end local 1 // int l
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    2     1     l  I
    MethodParameters:
      Name  Flags
      l     

  public byte[] getBuf();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 94
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            areturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void writeTo(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // java.io.OutputStream out
         0: .line 100
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 101
            return
        end local 1 // java.io.OutputStream out
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    2     1   out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void write(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // char c
         0: .line 106
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         1: .line 107
            iload 1 /* c */
            iflt 3
            iload 1 /* c */
            bipush 127
            if_icmpgt 3
         2: .line 108
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 1 /* c */
            i2b
            bastore
            goto 5
         3: .line 111
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 5
            dup
            iconst_0
            iload 1 /* c */
            castore
            astore 2 /* ca */
        start local 2 // char[] ca
         4: .line 112
            aload 0 /* this */
            aload 2 /* ca */
            iconst_0
            iconst_1
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.writeEncoded:([CII)V
        end local 2 // char[] ca
         5: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    6     1     c  C
            4    5     2    ca  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // char[] ca
         0: .line 120
            aload 0 /* this */
            aload 1 /* ca */
            arraylength
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         1: .line 121
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 123
      StackMap locals: int
      StackMap stack:
            aload 1 /* ca */
            iload 2 /* i */
            caload
            istore 3 /* c */
        start local 3 // char c
         4: .line 124
            iload 3 /* c */
            iflt 6
            iload 3 /* c */
            bipush 127
            if_icmpgt 6
         5: .line 125
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 3 /* c */
            i2b
            bastore
            goto 8
         6: .line 128
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ca */
            iload 2 /* i */
            aload 1 /* ca */
            arraylength
            iload 2 /* i */
            isub
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.writeEncoded:([CII)V
         7: .line 129
            goto 10
        end local 3 // char c
         8: .line 121
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 1 /* ca */
            arraylength
            if_icmplt 3
        end local 2 // int i
        10: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] ca
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0   11     1    ca  [C
            2   10     2     i  I
            4    8     3     c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ca    

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // char[] ca
        start local 2 // int offset
        start local 3 // int length
         0: .line 138
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         1: .line 139
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 9
         3: .line 141
      StackMap locals: int
      StackMap stack:
            aload 1 /* ca */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            caload
            istore 5 /* c */
        start local 5 // char c
         4: .line 142
            iload 5 /* c */
            iflt 6
            iload 5 /* c */
            bipush 127
            if_icmpgt 6
         5: .line 143
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 5 /* c */
            i2b
            bastore
            goto 8
         6: .line 146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ca */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            iload 3 /* length */
            iload 4 /* i */
            isub
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.writeEncoded:([CII)V
         7: .line 147
            goto 10
        end local 5 // char c
         8: .line 139
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 3
        end local 4 // int i
        10: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ca
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0   11     1      ca  [C
            0   11     2  offset  I
            0   11     3  length  I
            2   10     4       i  I
            4    8     5       c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ca      
      offset  
      length  

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // java.lang.String s
         0: .line 156
            aload 1 /* s */
            ifnonnull 3
         1: .line 158
            aload 0 /* this */
            ldc "null"
            iconst_0
            iconst_4
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.write:(Ljava/lang/String;II)V
         2: .line 159
            return
         3: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         4: .line 163
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         5: .line 164
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 13
         7: .line 166
      StackMap locals: int int
      StackMap stack:
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         8: .line 167
            iload 4 /* c */
            iflt 10
            iload 4 /* c */
            bipush 127
            if_icmpgt 10
         9: .line 168
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 4 /* c */
            i2b
            bastore
            goto 12
        10: .line 171
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            iload 3 /* i */
            iload 2 /* length */
            iload 3 /* i */
            isub
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.writeEncoded:([CII)V
        11: .line 172
            goto 14
        end local 4 // char c
        12: .line 164
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 7
        end local 3 // int i
        14: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0   15     1       s  Ljava/lang/String;
            4   15     2  length  I
            6   14     3       i  I
            8   12     4       c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // java.lang.String s
        start local 2 // int offset
        start local 3 // int length
         0: .line 181
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         1: .line 182
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 9
         3: .line 184
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* c */
        start local 5 // char c
         4: .line 185
            iload 5 /* c */
            iflt 6
            iload 5 /* c */
            bipush 127
            if_icmpgt 6
         5: .line 186
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 5 /* c */
            i2b
            bastore
            goto 8
         6: .line 189
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.toCharArray:()[C
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            iload 3 /* length */
            iload 4 /* i */
            isub
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.writeEncoded:([CII)V
         7: .line 190
            goto 10
        end local 5 // char c
         8: .line 182
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 3
        end local 4 // int i
        10: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0   11     1       s  Ljava/lang/String;
            0   11     2  offset  I
            0   11     3  length  I
            2   10     4       i  I
            4    8     5       c  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  

  private void writeEncoded(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // char[] ca
        start local 2 // int offset
        start local 3 // int length
         0: .line 198
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            ifnonnull 4
         1: .line 200
            aload 0 /* this */
            new org.eclipse.jetty.util.ByteArrayOutputStream2
            dup
            iconst_2
            iload 3 /* length */
            imul
            invokespecial org.eclipse.jetty.util.ByteArrayOutputStream2.<init>:(I)V
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
         2: .line 201
            aload 0 /* this */
            new java.io.OutputStreamWriter
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
            invokespecial java.io.OutputStreamWriter.<init>:(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
         3: .line 202
            goto 5
         4: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.reset:()V
         5: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
            aload 1 /* ca */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.OutputStreamWriter.write:([CII)V
         6: .line 206
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._writer:Ljava/io/OutputStreamWriter;
            invokevirtual java.io.OutputStreamWriter.flush:()V
         7: .line 207
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getCount:()I
            invokevirtual org.eclipse.jetty.util.ByteArrayISO8859Writer.ensureSpareCapacity:(I)V
         8: .line 208
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getBuf:()[B
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getCount:()I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 209
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._bout:Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.getCount:()I
            iadd
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
        10: .line 210
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] ca
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0   11     1      ca  [C
            0   11     2  offset  I
            0   11     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ca      
      offset  
      length  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 215
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void resetWriter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 219
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
         1: .line 220
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 225
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 229
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
         1: .line 230
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;

  public void ensureSpareCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
        start local 1 // int n
         0: .line 235
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            iload 1 /* n */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            arraylength
            if_icmple 4
         1: .line 237
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._fixed:Z
            ifeq 3
         2: .line 238
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Buffer overflow: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            arraylength
            iload 1 /* n */
            iadd
            iconst_4
            imul
            iconst_3
            idiv
            invokestatic java.util.Arrays.copyOf:([BI)[B
            putfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
         4: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int n
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
            0    5     1     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public byte[] getByteArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
         0: .line 245
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._buf:[B
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayISO8859Writer._size:I
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
        end local 0 // org.eclipse.jetty.util.ByteArrayISO8859Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayISO8859Writer;
}
SourceFile: "ByteArrayISO8859Writer.java"