]> git.mxchange.org Git - core.git/commit
Added new interfaces for file i/o classes.
authorRoland Haeder <roland@mxchange.org>
Fri, 16 May 2014 21:49:45 +0000 (23:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 16 May 2014 21:49:45 +0000 (23:49 +0200)
commit0a638eea103f0f2b6c48374cb8d01e68893f5a65
tree427dade97ca7a5ce47bce88d5f5b09a06f158cfd
parent65a9356fe91fab0489325b7f3a5662b8bbf0b110
Added new interfaces for file i/o classes.

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
inc/classes/interfaces/io/class_IoHandler.php [deleted file]
inc/classes/interfaces/io/file/handler/.htaccess [new file with mode: 0644]
inc/classes/interfaces/io/file/handler/class_IoHandler.php [new file with mode: 0644]
inc/classes/interfaces/io/pointer/.htaccess [new file with mode: 0644]
inc/classes/interfaces/io/pointer/class_InputPointer.php [new file with mode: 0644]
inc/classes/interfaces/io/pointer/class_OutputPointer.php [new file with mode: 0644]
inc/classes/interfaces/io/pointer/io/.htaccess [new file with mode: 0644]
inc/classes/interfaces/io/pointer/io/class_InputOutputPointer.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php
inc/classes/main/file_directories/io_handler/class_FileIoStream.php
inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php
inc/classes/main/iterator/io/class_FileIoIterator.php
inc/classes/middleware/io/class_FileIoHandler.php