Introduction
This package offers two stream components:
Stream
: Base "wrapper" implementation that inherits from PSR-7'sStreamInterface
.FileStream
: an extended version ofStream
.
For the sake of simplicity and clarity, the documentation will only be referring to the FileStream
. Yet, it is important that some knowledge of the Stream
component's existence, in case you may need to create your own specialisation.