1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 04:14:49 +01:00
byte-stream/lib
Aaron Piotrowski 7a8d6d5f1f Remove Parser
Moved to a separate repository at amphp/parser.
2017-06-07 22:23:44 -05:00
..
ClosedException.php Make ClosedException final 2017-05-25 17:52:07 +02:00
functions.php Add .editorconfig and fix code style 2017-05-07 22:14:45 +02:00
InMemoryStream.php Make InMemoryStream, IteratorStream and methods of Message final 2017-05-22 14:37:20 +02:00
InputStream.php Remove close() from interfaces 2017-05-11 18:08:45 -05:00
IteratorStream.php Make InMemoryStream, IteratorStream and methods of Message final 2017-05-22 14:37:20 +02:00
Message.php Make Parser + PendingReadError final, add explicit note about extension to Message 2017-05-25 17:30:53 +02:00
OutputStream.php Remove close() from interfaces 2017-05-11 18:08:45 -05:00
PendingReadError.php Make Parser + PendingReadError final, add explicit note about extension to Message 2017-05-25 17:30:53 +02:00
ResourceInputStream.php Respect chunk size for ResourceOutputStream, document resource streams 2017-05-25 18:12:12 +02:00
ResourceOutputStream.php Fix chunk size issue in ResourceOutputStream, fixes #14 2017-05-29 17:34:29 +02:00
StreamException.php Update and fix php-cs-fixer and code style 2017-04-26 08:27:52 +02:00
ZlibInputStream.php Document compression streams 2017-05-25 17:51:25 +02:00
ZlibOutputStream.php Document compression streams 2017-05-25 17:51:25 +02:00