Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 24 Feb 2017 19:46:50 +0000 (20:46 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit3f71dcbd84916f7b740f721bd0d333f27a11f6c7
tree3d410bb83270eb310f1b365f9084a3315cb5af1b
parent0c8148de6d0f7877fd774cbf091eecf82799025a
Continued:
- added "import" for FileInputStreamer
- added "import" for FileOutputStreamer
- added "import" for StreamableOutput

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/file_directories/io_stream/class_FileIoStream.php
inc/main/interfaces/io/file/class_FileInputStreamer.php
inc/main/interfaces/io/file/class_FileOutputStreamer.php
inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php
inc/main/interfaces/io/file/handler/class_IoHandler.php
inc/main/interfaces/io/output/class_OutputStreamer.php
inc/main/interfaces/io/pointer/class_OutputPointer.php
inc/main/middleware/io/class_FileIoHandler.php