1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-30 04:19:23 +01:00
byte-stream/lib
2017-10-17 09:22:17 +02:00
..
ClosedException.php Make ClosedException final 2017-05-25 17:52:07 +02:00
functions.php Optimize memory consumption of Amp\ByteStream\pipe 2017-10-17 09:22:17 +02:00
InMemoryStream.php Make InMemoryStream, IteratorStream and methods of Message final 2017-05-22 14:37:20 +02:00
InputStream.php Fix minor phpdoc issue 2017-06-17 17:10:23 +02:00
IteratorStream.php Make InMemoryStream, IteratorStream and methods of Message final 2017-05-22 14:37:20 +02:00
Message.php Fix Message::read() if stream fails with a pending read 2017-10-07 10:28:45 +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 Fix #29 - do not release resource on __destruct() 2017-10-17 03:50:40 +02:00
ResourceOutputStream.php Check writable flag rather than for null resource 2017-09-15 00:17:42 -05: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