public class org.apache.lucene.store.RAMFile 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.RAMFile
  super_class: java.lang.Object
{
  protected final java.util.ArrayList<byte[]> buffers;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/ArrayList<[B>;

  long length;
    descriptor: J
    flags: (0x0000) 

  org.apache.lucene.store.RAMDirectory directory;
    descriptor: Lorg/apache/lucene/store/RAMDirectory;
    flags: (0x0000) 

  protected long sizeInBytes;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
         2: .line 41
            return
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/store/RAMFile;

  void <init>(org.apache.lucene.store.RAMDirectory);
    descriptor: (Lorg/apache/lucene/store/RAMDirectory;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // org.apache.lucene.store.RAMDirectory directory
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
         2: .line 44
            aload 0 /* this */
            aload 1 /* directory */
            putfield org.apache.lucene.store.RAMFile.directory:Lorg/apache/lucene/store/RAMDirectory;
         3: .line 45
            return
        end local 1 // org.apache.lucene.store.RAMDirectory directory
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/lucene/store/RAMFile;
            0    4     1  directory  Lorg/apache/lucene/store/RAMDirectory;
    MethodParameters:
           Name  Flags
      directory  

  public synchronized long getLength();
    descriptor: ()J
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 49
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.length:J
            lreturn
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMFile;

  protected synchronized void setLength(long);
    descriptor: (J)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // long length
         0: .line 53
            aload 0 /* this */
            lload 1 /* length */
            putfield org.apache.lucene.store.RAMFile.length:J
         1: .line 54
            return
        end local 1 // long length
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/store/RAMFile;
            0    2     1  length  J
    MethodParameters:
        Name  Flags
      length  

  protected final byte[] addBuffer(int);
    descriptor: (I)[B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // int size
         0: .line 57
            aload 0 /* this */
            iload 1 /* size */
            invokevirtual org.apache.lucene.store.RAMFile.newBuffer:(I)[B
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         1: .line 58
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            aload 2 /* buffer */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 60
            aload 0 /* this */
            dup
            getfield org.apache.lucene.store.RAMFile.sizeInBytes:J
            iload 1 /* size */
            i2l
            ladd
            putfield org.apache.lucene.store.RAMFile.sizeInBytes:J
         4: .line 58
            aload 3
            monitorexit
         5: goto 8
      StackMap locals: org.apache.lucene.store.RAMFile int byte[] org.apache.lucene.store.RAMFile
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
         8: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.directory:Lorg/apache/lucene/store/RAMDirectory;
            ifnull 10
         9: .line 64
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.directory:Lorg/apache/lucene/store/RAMDirectory;
            getfield org.apache.lucene.store.RAMDirectory.sizeInBytes:Ljava/util/concurrent/atomic/AtomicLong;
            iload 1 /* size */
            i2l
            invokevirtual java.util.concurrent.atomic.AtomicLong.getAndAdd:(J)J
            pop2
        10: .line 66
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            areturn
        end local 2 // byte[] buffer
        end local 1 // int size
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/apache/lucene/store/RAMFile;
            0   11     1    size  I
            1   11     2  buffer  [B
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      size  

  protected final synchronized byte[] getBuffer(int);
    descriptor: (I)[B
    flags: (0x0034) ACC_PROTECTED, ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // int index
         0: .line 70
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            iload 1 /* index */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 1 // int index
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/store/RAMFile;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected final synchronized int numBuffers();
    descriptor: ()I
    flags: (0x0034) ACC_PROTECTED, ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ireturn
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMFile;

  protected byte[] newBuffer(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // int size
         0: .line 84
            iload 1 /* size */
            newarray 8
            areturn
        end local 1 // int size
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMFile;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public synchronized long ramBytesUsed();
    descriptor: ()J
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.sizeInBytes:J
            lreturn
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMFile;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 94
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(length="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.length:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/store/RAMFile;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.lucene.store.RAMFile this
         0: .line 99
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.length:J
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.length:J
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* h */
        start local 1 // int h
         1: .line 100
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.store.RAMFile int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* block */
        start local 2 // byte[] block
         3: .line 101
            bipush 31
            iload 1 /* h */
            imul
            aload 2 /* block */
            invokestatic java.util.Arrays.hashCode:([B)I
            iadd
            istore 1 /* h */
        end local 2 // byte[] block
         4: .line 100
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 103
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/store/RAMFile;
            1    6     1      h  I
            3    4     2  block  [B

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.lucene.store.RAMFile this
        start local 1 // java.lang.Object obj
         0: .line 108
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.store.RAMFile
            astore 2 /* other */
        start local 2 // org.apache.lucene.store.RAMFile other
         4: .line 112
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.length:J
            aload 2 /* other */
            getfield org.apache.lucene.store.RAMFile.length:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 113
      StackMap locals: org.apache.lucene.store.RAMFile
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            aload 2 /* other */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmpeq 7
         6: .line 114
            iconst_0
            ireturn
         7: .line 116
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 12
         9: .line 117
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast byte[]
            aload 2 /* other */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast byte[]
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifne 11
        10: .line 118
            iconst_0
            ireturn
        11: .line 116
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.store.RAMFile.buffers:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 9
        end local 3 // int i
        13: .line 121
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.store.RAMFile other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.store.RAMFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/apache/lucene/store/RAMFile;
            0   14     1    obj  Ljava/lang/Object;
            4   14     2  other  Lorg/apache/lucene/store/RAMFile;
            8   13     3      i  I
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "RAMFile.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()