├── composer.json ├── contributing.md ├── license.md ├── readme.md └── src ├── SafeStream ├── SafeStream.php └── Wrapper.php └── loader.php /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/composer.json -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/contributing.md -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/license.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/readme.md -------------------------------------------------------------------------------- /src/SafeStream/SafeStream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/src/SafeStream/SafeStream.php -------------------------------------------------------------------------------- /src/SafeStream/Wrapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nette/safe-stream/HEAD/src/SafeStream/Wrapper.php -------------------------------------------------------------------------------- /src/loader.php: -------------------------------------------------------------------------------- 1 |