Description Usage Arguments Value
Create a readable stream from a given path.
Create a writeable stream from a given path.
Create a duplex stream from a given path. This stream is both a readable and writeable stream.
TODOC
TODOC
1 2 3 4 5 6 7 8 9 | create_read_stream(path)
create_write_stream(...)
create_duplex_stream(...)
pause_streams(streams)
resume_streams(streams)
|
path |
character path to a file |
ReadableStream
WriteableStream
DuplexStream
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.