fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Variable lz4CompressBlockAsyncConst

    lz4CompressBlockAsync: (
        input: Uint8Array,
        offset?: number,
        length?: number,
    ) => Promise<Buffer> = binding.lz4CompressBlockAsync

    Compress on a pool thread (asynchronous, non-blocking).

    Type Declaration

      • (input: Uint8Array, offset?: number, length?: number): Promise<Buffer>
      • Parameters

        • input: Uint8Array

          Data to compress.

        • Optionaloffset: number

          Start offset in bytes. Default 0.

        • Optionallength: number

          Number of bytes to compress. Default rest of buffer.

        Returns Promise<Buffer>