BlockFile.load

Loads a document at an index. If the document is not valid it throws an exception.

  1. const(Document) load(Index index)
    class BlockFile
    const(Document)
    load
    (
    const Index index
    )
  2. T load(Index index)

Parameters

index Index

Points to the start of a block in the chain of blocks.

Return Value

Type: const(Document)

Document of a blocksegment

Meta