PullStream
A stream that transforms read ReadStream.ReadResults and stores the on the filesystem.
Test:
Constructor Summary
Public Constructor | ||
public |
constructor(readStream: ReadStream) Creates a new PullStream based on a stream that writes ReadStream.ReadResult which may be an instance of ReadStream. |
Public Constructors
public constructor(readStream: ReadStream) source
Creates a new PullStream based on a stream that writes ReadStream.ReadResult which may be an instance of ReadStream.
Params:
Name | Type | Attribute | Description |
readStream | ReadStream | The stream to read from. |