Namespace Core\Stream\Driver
Classes summary
| csv | CSV stream interface. |
| file | File stream interface. |
| input | Standard PHP (HTTP) input stream interface. |
| memory | Memory stream interface. |
| null | Stream interface that reads and stores no data. |
| output | Standard PHP (HTTP) output stream interface. |
| stderr | Standard error stream interface. |
| stdin | Standard input stream interface. |
| stdout | Standard output stream interface. |
| swap | Swap stream interface. Equals the memory stream driver but supports swapping memory contents to hard disk if necessary. |