Vocabularyio.
pipesInputsencoding | an encoding specifier |
Outputsstream | a bidirectional stream |
Word descriptionOpens a new pipe and wraps it in a stream. Data written from the stream can be read back from the same stream instance.
NotesPipe streams must be disposed by calling
dispose or
with-disposal to avoid resource leaks.
Definition