public class org.apache.lucene.store.RAMOutputStream extends org.apache.lucene.store.IndexOutput implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.store.RAMOutputStream
  super_class: org.apache.lucene.store.IndexOutput
{
  static final int BUFFER_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private final org.apache.lucene.store.RAMFile file;
    descriptor: Lorg/apache/lucene/store/RAMFile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] currentBuffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

  private long bufferStart;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private final java.util.zip.Checksum crc;
    descriptor: Ljava/util/zip/Checksum;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lorg/apache/lucene/store/RAMOutputStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.store.RAMOutputStream.$assertionsDisabled:Z
         3: .line 39
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 54
            aload 0 /* this */
            ldc "noname"
            new org.apache.lucene.store.RAMFile
            dup
            invokespecial org.apache.lucene.store.RAMFile.<init>:()V
            iconst_0
            invokespecial org.apache.lucene.store.RAMOutputStream.<init>:(Ljava/lang/String;Lorg/apache/lucene/store/RAMFile;Z)V
         1: .line 55
            return
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/store/RAMOutputStream;

  public void <init>(org.apache.lucene.store.RAMFile, boolean);
    descriptor: (Lorg/apache/lucene/store/RAMFile;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // org.apache.lucene.store.RAMFile f
        start local 2 // boolean checksum
         0: .line 59
            aload 0 /* this */
            ldc "noname"
            aload 1 /* f */
            iload 2 /* checksum */
            invokespecial org.apache.lucene.store.RAMOutputStream.<init>:(Ljava/lang/String;Lorg/apache/lucene/store/RAMFile;Z)V
         1: .line 60
            return
        end local 2 // boolean checksum
        end local 1 // org.apache.lucene.store.RAMFile f
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/store/RAMOutputStream;
            0    2     1         f  Lorg/apache/lucene/store/RAMFile;
            0    2     2  checksum  Z
    MethodParameters:
          Name  Flags
      f         
      checksum  

  public void <init>(java.lang.String, org.apache.lucene.store.RAMFile, boolean);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/store/RAMFile;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // java.lang.String name
        start local 2 // org.apache.lucene.store.RAMFile f
        start local 3 // boolean checksum
         0: .line 64
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "RAMOutputStream(name=\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* name */
            invokespecial org.apache.lucene.store.IndexOutput.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 65
            aload 0 /* this */
            aload 2 /* f */
            putfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
         2: .line 69
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
         3: .line 70
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
         4: .line 71
            iload 3 /* checksum */
            ifeq 7
         5: .line 72
            aload 0 /* this */
            new org.apache.lucene.store.BufferedChecksum
            dup
            new java.util.zip.CRC32
            dup
            invokespecial java.util.zip.CRC32.<init>:()V
            invokespecial org.apache.lucene.store.BufferedChecksum.<init>:(Ljava/util/zip/Checksum;)V
            putfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
         6: .line 73
            goto 8
         7: .line 74
      StackMap locals: org.apache.lucene.store.RAMOutputStream java.lang.String org.apache.lucene.store.RAMFile int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
         8: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean checksum
        end local 2 // org.apache.lucene.store.RAMFile f
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/lucene/store/RAMOutputStream;
            0    9     1      name  Ljava/lang/String;
            0    9     2         f  Lorg/apache/lucene/store/RAMFile;
            0    9     3  checksum  Z
    MethodParameters:
          Name  Flags
      name      
      f         
      checksum  

  public void writeTo(org.apache.lucene.store.DataOutput);
    descriptor: (Lorg/apache/lucene/store/DataOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // org.apache.lucene.store.DataOutput out
         0: .line 80
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.flush:()V
         1: .line 81
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            getfield org.apache.lucene.store.RAMFile.length:J
            lstore 2 /* end */
        start local 2 // long end
         2: .line 82
            lconst_0
            lstore 4 /* pos */
        start local 4 // long pos
         3: .line 83
            iconst_0
            istore 6 /* buffer */
        start local 6 // int buffer
         4: .line 84
            goto 11
         5: .line 85
      StackMap locals: long long int
      StackMap stack:
            sipush 1024
            istore 7 /* length */
        start local 7 // int length
         6: .line 86
            lload 4 /* pos */
            iload 7 /* length */
            i2l
            ladd
            lstore 8 /* nextPos */
        start local 8 // long nextPos
         7: .line 87
            lload 8 /* nextPos */
            lload 2 /* end */
            lcmp
            ifle 9
         8: .line 88
            lload 2 /* end */
            lload 4 /* pos */
            lsub
            l2i
            istore 7 /* length */
         9: .line 90
      StackMap locals: int long
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            iload 6 /* buffer */
            iinc 6 /* buffer */ 1
            invokevirtual org.apache.lucene.store.RAMFile.getBuffer:(I)[B
            iload 7 /* length */
            invokevirtual org.apache.lucene.store.DataOutput.writeBytes:([BI)V
        10: .line 91
            lload 8 /* nextPos */
            lstore 4 /* pos */
        end local 8 // long nextPos
        end local 7 // int length
        11: .line 84
      StackMap locals:
      StackMap stack:
            lload 4 /* pos */
            lload 2 /* end */
            lcmp
            iflt 5
        12: .line 93
            return
        end local 6 // int buffer
        end local 4 // long pos
        end local 2 // long end
        end local 1 // org.apache.lucene.store.DataOutput out
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/apache/lucene/store/RAMOutputStream;
            0   13     1      out  Lorg/apache/lucene/store/DataOutput;
            2   13     2      end  J
            3   13     4      pos  J
            4   13     6   buffer  I
            6   11     7   length  I
            7   11     8  nextPos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void writeTo(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // byte[] bytes
        start local 2 // int offset
         0: .line 98
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.flush:()V
         1: .line 99
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            getfield org.apache.lucene.store.RAMFile.length:J
            lstore 3 /* end */
        start local 3 // long end
         2: .line 100
            lconst_0
            lstore 5 /* pos */
        start local 5 // long pos
         3: .line 101
            iconst_0
            istore 7 /* buffer */
        start local 7 // int buffer
         4: .line 102
            iload 2 /* offset */
            istore 8 /* bytesUpto */
        start local 8 // int bytesUpto
         5: .line 103
            goto 13
         6: .line 104
      StackMap locals: org.apache.lucene.store.RAMOutputStream byte[] int long long int int
      StackMap stack:
            sipush 1024
            istore 9 /* length */
        start local 9 // int length
         7: .line 105
            lload 5 /* pos */
            iload 9 /* length */
            i2l
            ladd
            lstore 10 /* nextPos */
        start local 10 // long nextPos
         8: .line 106
            lload 10 /* nextPos */
            lload 3 /* end */
            lcmp
            ifle 10
         9: .line 107
            lload 3 /* end */
            lload 5 /* pos */
            lsub
            l2i
            istore 9 /* length */
        10: .line 109
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            iload 7 /* buffer */
            iinc 7 /* buffer */ 1
            invokevirtual org.apache.lucene.store.RAMFile.getBuffer:(I)[B
            iconst_0
            aload 1 /* bytes */
            iload 8 /* bytesUpto */
            iload 9 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 110
            iload 8 /* bytesUpto */
            iload 9 /* length */
            iadd
            istore 8 /* bytesUpto */
        12: .line 111
            lload 10 /* nextPos */
            lstore 5 /* pos */
        end local 10 // long nextPos
        end local 9 // int length
        13: .line 103
      StackMap locals:
      StackMap stack:
            lload 5 /* pos */
            lload 3 /* end */
            lcmp
            iflt 6
        14: .line 113
            return
        end local 8 // int bytesUpto
        end local 7 // int buffer
        end local 5 // long pos
        end local 3 // long end
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/apache/lucene/store/RAMOutputStream;
            0   15     1      bytes  [B
            0   15     2     offset  I
            2   15     3        end  J
            3   15     5        pos  J
            4   15     7     buffer  I
            5   15     8  bytesUpto  I
            7   13     9     length  I
            8   13    10    nextPos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      bytes   
      offset  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
         1: .line 118
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
         2: .line 119
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
         3: .line 120
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.store.RAMOutputStream.bufferStart:J
         4: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.store.RAMOutputStream.bufferLength:I
         5: .line 122
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            lconst_0
            invokevirtual org.apache.lucene.store.RAMFile.setLength:(J)V
         6: .line 123
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            ifnull 8
         7: .line 124
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            invokeinterface java.util.zip.Checksum.reset:()V
         8: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/store/RAMOutputStream;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 130
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.flush:()V
         1: .line 131
            return
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/store/RAMOutputStream;
    Exceptions:
      throws java.io.IOException

  public void writeByte(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // byte b
         0: .line 135
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferLength:I
            if_icmpne 3
         1: .line 136
            aload 0 /* this */
            dup
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            iconst_1
            iadd
            putfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
         2: .line 137
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer:()V
         3: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            ifnull 5
         4: .line 140
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            iload 1 /* b */
            invokeinterface java.util.zip.Checksum.update:(I)V
         5: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            iload 1 /* b */
            bastore
         6: .line 143
            return
        end local 1 // byte b
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/store/RAMOutputStream;
            0    7     1     b  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void writeBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.lucene.store.RAMOutputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 147
            getstatic org.apache.lucene.store.RAMOutputStream.$assertionsDisabled:Z
            ifne 1
            aload 1 /* b */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            ifnull 15
         2: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* len */
            invokeinterface java.util.zip.Checksum.update:([BII)V
         3: .line 151
            goto 15
         4: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferLength:I
            if_icmpne 7
         5: .line 153
            aload 0 /* this */
            dup
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            iconst_1
            iadd
            putfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
         6: .line 154
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer:()V
         7: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
            arraylength
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            isub
            istore 4 /* remainInBuffer */
        start local 4 // int remainInBuffer
         8: .line 158
            iload 3 /* len */
            iload 4 /* remainInBuffer */
            if_icmpge 9
            iload 3 /* len */
            goto 10
      StackMap locals: int
      StackMap stack:
         9: iload 4 /* remainInBuffer */
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* bytesToCopy */
        start local 5 // int bytesToCopy
        11: .line 159
            aload 1 /* b */
            iload 2 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            iload 5 /* bytesToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 160
            iload 2 /* offset */
            iload 5 /* bytesToCopy */
            iadd
            istore 2 /* offset */
        13: .line 161
            iload 3 /* len */
            iload 5 /* bytesToCopy */
            isub
            istore 3 /* len */
        14: .line 162
            aload 0 /* this */
            dup
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            iload 5 /* bytesToCopy */
            iadd
            putfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
        end local 5 // int bytesToCopy
        end local 4 // int remainInBuffer
        15: .line 151
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 4
        16: .line 164
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/apache/lucene/store/RAMOutputStream;
            0   17     1               b  [B
            0   17     2          offset  I
            0   17     3             len  I
            8   15     4  remainInBuffer  I
           11   15     5     bytesToCopy  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      b       
      offset  
      len     

  private final void switchCurrentBuffer();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            invokevirtual org.apache.lucene.store.RAMFile.numBuffers:()I
            if_icmpne 3
         1: .line 168
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            sipush 1024
            invokevirtual org.apache.lucene.store.RAMFile.addBuffer:(I)[B
            putfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
         2: .line 169
            goto 4
         3: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            invokevirtual org.apache.lucene.store.RAMFile.getBuffer:(I)[B
            putfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
         4: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
         5: .line 173
            aload 0 /* this */
            ldc 1024
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            i2l
            lmul
            putfield org.apache.lucene.store.RAMOutputStream.bufferStart:J
         6: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBuffer:[B
            arraylength
            putfield org.apache.lucene.store.RAMOutputStream.bufferLength:I
         7: .line 175
            return
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/store/RAMOutputStream;

  private void setFileLength();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 178
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferStart:J
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            i2l
            ladd
            lstore 1 /* pointer */
        start local 1 // long pointer
         1: .line 179
            lload 1 /* pointer */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            getfield org.apache.lucene.store.RAMFile.length:J
            lcmp
            ifle 3
         2: .line 180
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            lload 1 /* pointer */
            invokevirtual org.apache.lucene.store.RAMFile.setLength:(J)V
         3: .line 182
      StackMap locals: long
      StackMap stack:
            return
        end local 1 // long pointer
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/store/RAMOutputStream;
            1    4     1  pointer  J

  protected void flush();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 186
            aload 0 /* this */
            invokevirtual org.apache.lucene.store.RAMOutputStream.setFileLength:()V
         1: .line 187
            return
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/store/RAMOutputStream;
    Exceptions:
      throws java.io.IOException

  public long getFilePointer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 191
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.currentBufferIndex:I
            ifge 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferStart:J
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.bufferPosition:I
            i2l
            ladd
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/store/RAMOutputStream;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 197
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            invokevirtual org.apache.lucene.store.RAMFile.numBuffers:()I
            i2l
            ldc 1024
            lmul
            lreturn
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMOutputStream;

  public java.util.Collection<org.apache.lucene.util.Accountable> getChildResources();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 202
            ldc "file"
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.file:Lorg/apache/lucene/store/RAMFile;
            invokestatic org.apache.lucene.util.Accountables.namedAccountable:(Ljava/lang/String;Lorg/apache/lucene/util/Accountable;)Lorg/apache/lucene/util/Accountable;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMOutputStream;
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/util/Accountable;>;

  public long getChecksum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMOutputStream this
         0: .line 207
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            ifnonnull 2
         1: .line 208
            new java.lang.IllegalStateException
            dup
            ldc "internal RAMOutputStream created with checksum disabled"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMOutputStream.crc:Ljava/util/zip/Checksum;
            invokeinterface java.util.zip.Checksum.getValue:()J
            lreturn
        end local 0 // org.apache.lucene.store.RAMOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/store/RAMOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "RAMOutputStream.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()