class org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues extends org.apache.lucene.index.BinaryDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues
  super_class: org.apache.lucene.index.BinaryDocValues
{
  final org.apache.lucene.util.BytesRefBuilder value;
    descriptor: Lorg/apache/lucene/util/BytesRefBuilder;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.util.packed.PackedLongValues$Iterator lengthsIterator;
    descriptor: Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.search.DocIdSetIterator docsWithField;
    descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.store.DataInput bytesIterator;
    descriptor: Lorg/apache/lucene/store/DataInput;
    flags: (0x0010) ACC_FINAL

  void <init>(org.apache.lucene.util.packed.PackedLongValues, int, org.apache.lucene.store.DataInput, org.apache.lucene.search.DocIdSetIterator);
    descriptor: (Lorg/apache/lucene/util/packed/PackedLongValues;ILorg/apache/lucene/store/DataInput;Lorg/apache/lucene/search/DocIdSetIterator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
        start local 1 // org.apache.lucene.util.packed.PackedLongValues lengths
        start local 2 // int maxLength
        start local 3 // org.apache.lucene.store.DataInput bytesIterator
        start local 4 // org.apache.lucene.search.DocIdSetIterator docsWithFields
         0: .line 146
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BinaryDocValues.<init>:()V
         1: .line 147
            aload 0 /* this */
            new org.apache.lucene.util.BytesRefBuilder
            dup
            invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
            putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
         2: .line 148
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
            iload 2 /* maxLength */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.grow:(I)V
         3: .line 149
            aload 0 /* this */
            aload 1 /* lengths */
            invokevirtual org.apache.lucene.util.packed.PackedLongValues.iterator:()Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
            putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.lengthsIterator:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
         4: .line 150
            aload 0 /* this */
            aload 3 /* bytesIterator */
            putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.bytesIterator:Lorg/apache/lucene/store/DataInput;
         5: .line 151
            aload 0 /* this */
            aload 4 /* docsWithFields */
            putfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
         6: .line 152
            return
        end local 4 // org.apache.lucene.search.DocIdSetIterator docsWithFields
        end local 3 // org.apache.lucene.store.DataInput bytesIterator
        end local 2 // int maxLength
        end local 1 // org.apache.lucene.util.packed.PackedLongValues lengths
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
            0    7     1         lengths  Lorg/apache/lucene/util/packed/PackedLongValues;
            0    7     2       maxLength  I
            0    7     3   bytesIterator  Lorg/apache/lucene/store/DataInput;
            0    7     4  docsWithFields  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
                Name  Flags
      lengths         
      maxLength       
      bytesIterator   
      docsWithFields  

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
         0: .line 156
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.docID:()I
            ireturn
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            istore 1 /* docID */
        start local 1 // int docID
         1: .line 162
            iload 1 /* docID */
            ldc 2147483647
            if_icmpeq 5
         2: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.lengthsIterator:Lorg/apache/lucene/util/packed/PackedLongValues$Iterator;
            invokevirtual org.apache.lucene.util.packed.PackedLongValues$Iterator.next:()J
            invokestatic java.lang.Math.toIntExact:(J)I
            istore 2 /* length */
        start local 2 // int length
         3: .line 164
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
            iload 2 /* length */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.setLength:(I)V
         4: .line 165
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.bytesIterator:Lorg/apache/lucene/store/DataInput;
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.bytes:()[B
            iconst_0
            iload 2 /* length */
            invokevirtual org.apache.lucene.store.DataInput.readBytes:([BII)V
        end local 2 // int length
         5: .line 167
      StackMap locals: int
      StackMap stack:
            iload 1 /* docID */
            ireturn
        end local 1 // int docID
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
            1    6     1   docID  I
            3    5     2  length  I
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
        start local 1 // int target
         0: .line 172
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
            0    1     1  target  I
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
        start local 1 // int target
         0: .line 177
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
         0: .line 182
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.docsWithField:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            lreturn
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;

  public org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
         0: .line 187
            aload 0 /* this */
            getfield org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues.value:Lorg/apache/lucene/util/BytesRefBuilder;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/BinaryDocValuesWriter$BufferedBinaryDocValues;
}
SourceFile: "BinaryDocValuesWriter.java"
NestHost: org.apache.lucene.index.BinaryDocValuesWriter
InnerClasses:
  private BufferedBinaryDocValues = org.apache.lucene.index.BinaryDocValuesWriter$BufferedBinaryDocValues of org.apache.lucene.index.BinaryDocValuesWriter
  public final Iterator = org.apache.lucene.util.packed.PackedLongValues$Iterator of org.apache.lucene.util.packed.PackedLongValues