Module vibe.stream.operations

High level stream manipulation functions.

Functions

Name Description
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 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.