mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-26 20:04:51 +01:00
71745c6105
The purpose of Message is to allow streaming and buffering of an InputStream with a simple API. Before this commit, Message served a second purpose: Converting an Amp\Iterator to an InputStream. This has been separated to allow ZlibInputStream and other InputStreams to be used as Message. Converting an Amp\Iterator to an InputStream is now possible using the new IteratorStream class. |
||
---|---|---|
.. | ||
InMemoryStreamTest.php | ||
MessageTest.php |