public final class org.apache.lucene.util.PagedBytes$PagedBytesDataOutput extends org.apache.lucene.store.DataOutput
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.PagedBytes$PagedBytesDataOutput
  super_class: org.apache.lucene.store.DataOutput
{
  final org.apache.lucene.util.PagedBytes this$0;
    descriptor: Lorg/apache/lucene/util/PagedBytes;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 353
            ldc Lorg/apache/lucene/util/PagedBytes;
            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.util.PagedBytes$PagedBytesDataOutput.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.util.PagedBytes);
    descriptor: (Lorg/apache/lucene/util/PagedBytes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
         0: .line 353
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            invokespecial org.apache.lucene.store.DataOutput.<init>:()V
            return
        end local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/PagedBytes$PagedBytesDataOutput;
    MethodParameters:
        Name  Flags
      this$0  final

  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.util.PagedBytes$PagedBytesDataOutput this
        start local 1 // byte b
         0: .line 356
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            if_icmpne 5
         1: .line 357
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            ifnull 3
         2: .line 358
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            invokevirtual org.apache.lucene.util.PagedBytes.addBlock:([B)V
         3: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            newarray 8
            putfield org.apache.lucene.util.PagedBytes.currentBlock:[B
         4: .line 361
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            iconst_0
            putfield org.apache.lucene.util.PagedBytes.upto:I
         5: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            dup
            getfield org.apache.lucene.util.PagedBytes.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.PagedBytes.upto:I
            iload 1 /* b */
            bastore
         6: .line 364
            return
        end local 1 // byte b
        end local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/util/PagedBytes$PagedBytesDataOutput;
            0    7     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public void writeBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int length
         0: .line 368
            getstatic org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.$assertionsDisabled:Z
            ifne 1
            aload 1 /* b */
            arraylength
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            if_icmpge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 369
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifne 3
         2: .line 370
            return
         3: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            if_icmpne 8
         4: .line 374
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            ifnull 6
         5: .line 375
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            invokevirtual org.apache.lucene.util.PagedBytes.addBlock:([B)V
         6: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            newarray 8
            putfield org.apache.lucene.util.PagedBytes.currentBlock:[B
         7: .line 378
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            iconst_0
            putfield org.apache.lucene.util.PagedBytes.upto:I
         8: .line 381
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* offsetEnd */
        start local 4 // int offsetEnd
         9: .line 383
      StackMap locals: int
      StackMap stack:
            iload 4 /* offsetEnd */
            iload 2 /* offset */
            isub
            istore 5 /* left */
        start local 5 // int left
        10: .line 384
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.upto:I
            isub
            istore 6 /* blockLeft */
        start local 6 // int blockLeft
        11: .line 385
            iload 6 /* blockLeft */
            iload 5 /* left */
            if_icmpge 18
        12: .line 386
            aload 1 /* b */
            iload 2 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.upto:I
            iload 6 /* blockLeft */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 387
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            invokevirtual org.apache.lucene.util.PagedBytes.addBlock:([B)V
        14: .line 388
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.blockSize:I
            newarray 8
            putfield org.apache.lucene.util.PagedBytes.currentBlock:[B
        15: .line 389
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            iconst_0
            putfield org.apache.lucene.util.PagedBytes.upto:I
        16: .line 390
            iload 2 /* offset */
            iload 6 /* blockLeft */
            iadd
            istore 2 /* offset */
        17: .line 391
            goto 9
        18: .line 393
      StackMap locals: int int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.currentBlock:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            getfield org.apache.lucene.util.PagedBytes.upto:I
            iload 5 /* left */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 394
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            dup
            getfield org.apache.lucene.util.PagedBytes.upto:I
            iload 5 /* left */
            iadd
            putfield org.apache.lucene.util.PagedBytes.upto:I
        end local 6 // int blockLeft
        end local 5 // int left
        20: .line 398
            return
        end local 4 // int offsetEnd
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lorg/apache/lucene/util/PagedBytes$PagedBytesDataOutput;
            0   21     1          b  [B
            0   21     2     offset  I
            0   21     3     length  I
            9   21     4  offsetEnd  I
           10   20     5       left  I
           11   20     6  blockLeft  I
    MethodParameters:
        Name  Flags
      b       
      offset  
      length  

  public long getPosition();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
         0: .line 402
            aload 0 /* this */
            getfield org.apache.lucene.util.PagedBytes$PagedBytesDataOutput.this$0:Lorg/apache/lucene/util/PagedBytes;
            invokevirtual org.apache.lucene.util.PagedBytes.getPointer:()J
            lreturn
        end local 0 // org.apache.lucene.util.PagedBytes$PagedBytesDataOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/PagedBytes$PagedBytesDataOutput;
}
SourceFile: "PagedBytes.java"
NestHost: org.apache.lucene.util.PagedBytes
InnerClasses:
  public final PagedBytesDataOutput = org.apache.lucene.util.PagedBytes$PagedBytesDataOutput of org.apache.lucene.util.PagedBytes