Module vibe.stream.operations
High level stream manipulation functions.
Functions
Name | Description |
---|---|
pipeRealtime
|
Pipes a stream to another while keeping the latency within the specified threshold. |
readAll
|
Reads the complete contents of a stream , optionally limited by max_bytes .
|
readAllUTF8
|
Reads the complete contents of a stream , assuming UTF-8 encoding.
|
readLine
|
Reads and returns a single line from the stream .
|
readUntil
|
Reads all data of a stream until the specified end marker is detected.
|
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.