Creates a flow that emits byte chunks read from a file.
maximum number of bytes to read from the file before emitting a new chunk.
path the file to read from.
Converts a java.io.InputStream into a Flow[Chunk[Bytes]].
Flow[Chunk[Bytes]]
maximum number of bytes to read from the underlying InputStream before emitting a new chunk.
InputStream
an InputStream to read bytes from.