Function encodeContent

  • Takes a filesystem and filePath and generates a content header with the contents of the file in chunks. The chunk size is specified by the chunkSize parameter.

    Parameters

    • fs: FileSystem | FileSystemReadable

      File system used to access files.

    • path: string

      filePath for the file to serialize.

    • iNode: number

      file identifier number to be included in the header.

    • chunkSize: number = ...

      Maximum chunk sized used when sending file data, defaults to 4kB

    Returns AsyncGenerator<Uint8Array, void, void>

Generated using TypeDoc