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.
chunkSize
File system used to access files.
filePath for the file to serialize.
file identifier number to be included in the header.
Maximum chunk sized used when sending file data, defaults to 4kB
Generated using TypeDoc
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.