Function read

  • Read length bytes from the file handle fd to the ArrayBuffer buffer at byte position offset. Return the number of read bytes or < 0 if error.

    Parameters

    Returns Result<number>

  • Read length bytes from the file handle fd to the ArrayBuffer buffer at byte position offset. Return the number of read bytes or < 0 if error.

    Parameters

    Returns Result<bigint>

Generated using TypeDoc