final class nu.xom.UnsynchronizedBufferedWriter extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: nu.xom.UnsynchronizedBufferedWriter
  super_class: java.io.Writer
{
  private static final int CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  private char[] buffer;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

  private java.io.Writer out;
    descriptor: Ljava/io/Writer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
        start local 1 // java.io.Writer out
         0: .line 34
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 29
            aload 0 /* this */
            sipush 8192
            newarray 5
            putfield nu.xom.UnsynchronizedBufferedWriter.buffer:[C
         2: .line 30
            aload 0 /* this */
            iconst_0
            putfield nu.xom.UnsynchronizedBufferedWriter.position:I
         3: .line 35
            aload 0 /* this */
            aload 1 /* out */
            putfield nu.xom.UnsynchronizedBufferedWriter.out:Ljava/io/Writer;
         4: .line 36
            return
        end local 1 // java.io.Writer out
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
            0    5     1   out  Ljava/io/Writer;
    MethodParameters:
      Name  Flags
      out   

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
        start local 1 // char[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 40
            new java.lang.UnsupportedOperationException
            dup
            ldc "XOM bug: this statement shouldn't be reachable."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] buffer
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnu/xom/UnsynchronizedBufferedWriter;
            0    1     1  buffer  [C
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
        start local 1 // java.lang.String s
         0: .line 45
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual nu.xom.UnsynchronizedBufferedWriter.write:(Ljava/lang/String;II)V
         1: .line 46
            return
        end local 1 // java.lang.String s
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
            0    2     1     s  Ljava/lang/String;
    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=5, args_size=4
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
        start local 1 // java.lang.String s
        start local 2 // int offset
        start local 3 // int length
         0: .line 51
            goto 8
         1: .line 52
      StackMap locals:
      StackMap stack:
            sipush 8192
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            isub
            istore 4 /* n */
        start local 4 // int n
         2: .line 53
            iload 3 /* length */
            iload 4 /* n */
            if_icmpge 3
            iload 3 /* length */
            istore 4 /* n */
         3: .line 54
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 2 /* offset */
            iload 2 /* offset */
            iload 4 /* n */
            iadd
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.buffer:[C
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            invokevirtual java.lang.String.getChars:(II[CI)V
         4: .line 55
            aload 0 /* this */
            dup
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            iload 4 /* n */
            iadd
            putfield nu.xom.UnsynchronizedBufferedWriter.position:I
         5: .line 56
            iload 2 /* offset */
            iload 4 /* n */
            iadd
            istore 2 /* offset */
         6: .line 57
            iload 3 /* length */
            iload 4 /* n */
            isub
            istore 3 /* length */
         7: .line 58
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            sipush 8192
            if_icmplt 8
            aload 0 /* this */
            invokevirtual nu.xom.UnsynchronizedBufferedWriter.flushInternal:()V
        end local 4 // int n
         8: .line 51
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 1
         9: .line 61
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.lang.String s
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lnu/xom/UnsynchronizedBufferedWriter;
            0   10     1       s  Ljava/lang/String;
            0   10     2  offset  I
            0   10     3  length  I
            2    8     4       n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      s       
      offset  
      length  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
        start local 1 // int c
         0: .line 65
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            sipush 8192
            if_icmplt 1
            aload 0 /* this */
            invokevirtual nu.xom.UnsynchronizedBufferedWriter.flushInternal:()V
         1: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.buffer:[C
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            iload 1 /* c */
            i2c
            castore
         2: .line 67
            aload 0 /* this */
            dup
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            iconst_1
            iadd
            putfield nu.xom.UnsynchronizedBufferedWriter.position:I
         3: .line 68
            return
        end local 1 // int c
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
            0    4     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
         0: .line 72
            aload 0 /* this */
            invokevirtual nu.xom.UnsynchronizedBufferedWriter.flushInternal:()V
         1: .line 73
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.out:Ljava/io/Writer;
            invokevirtual java.io.Writer.flush:()V
         2: .line 74
            return
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
    Exceptions:
      throws java.io.IOException

  private void flushInternal();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
         0: .line 78
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            ifeq 3
         1: .line 79
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.out:Ljava/io/Writer;
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.buffer:[C
            iconst_0
            aload 0 /* this */
            getfield nu.xom.UnsynchronizedBufferedWriter.position:I
            invokevirtual java.io.Writer.write:([CII)V
         2: .line 80
            aload 0 /* this */
            iconst_0
            putfield nu.xom.UnsynchronizedBufferedWriter.position:I
         3: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // nu.xom.UnsynchronizedBufferedWriter this
         0: .line 86
            new java.lang.UnsupportedOperationException
            dup
            ldc "How'd we get here?"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // nu.xom.UnsynchronizedBufferedWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/UnsynchronizedBufferedWriter;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "UnsynchronizedBufferedWriter.java"