ISeekableWriter describes a writer interface with seek abilities.

Hierarchy

Implemented by

Methods

  • Move the cursor to the given position

    Parameters

    • position: bigint

    Returns Promise<void>

  • Remove data after the current write position

    Returns Promise<void>

Generated using TypeDoc