Create a FileDataSource.
Local file path, or File/Blob/Uint8Array object to
read. Local file only works in node environment.
Optional options: FileChunkIteratorOptionsOptions passed to the underlying FileChunkIterators,
such as {chunksize: 1024}.
Generated using TypeDoc
Represents a file, blob, or Uint8Array readable as a stream of binary data chunks.