stk2k/iostream

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.gitignore
.travis.php.ini
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
src/BaseStream.php17
src/BaseStreamInterface.php9
src/InputStreamInterface.php15
src/OutputStreamInterface.php12
src/PipeInterface.php21
src/PushBackInputStreamInterface.php8
src/constants/SeekOrigin.php9
src/exception/FileInputStreamException.php10
src/exception/FileOutputStreamException.php10
src/exception/IOException.php11
src/file/FileInputStream.php136
A
1 hr
src/file/FileOutputStream.php72
src/pipe/BufferlessPipe.php96
src/string/PushBackStringInputStream.php18
src/string/StringInputStream.php151
B
4 hrs