]> git.mxchange.org Git - core.git/commit - inc/classes/main/io/class_FrameworkDirectoryPointer.php
Rewrote both file i/o classes to have a common BaseFileIo class.
authorRoland Haeder <roland@mxchange.org>
Wed, 14 May 2014 19:17:21 +0000 (21:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 14 May 2014 19:17:21 +0000 (21:17 +0200)
commit6fad95e67a217fe10f5cd024ac13bf4f07416c0b
tree637fc924eae13a958c2f892c0c37f26c9c383681
parent3823de7144fa4f53fd520520f1ce51f1d12c2af8
Rewrote both file i/o classes to have a common BaseFileIo class.

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
inc/classes/main/class_Base
inc/classes/main/io/class_BaseFileIo.php [new file with mode: 0644]
inc/classes/main/io/class_FileIoStream.php [deleted file]
inc/classes/main/io/class_FrameworkDirectoryPointer.php [deleted file]
inc/classes/main/io/class_FrameworkFileInputPointer.php [deleted file]
inc/classes/main/io/class_FrameworkFileOutputPointer.php [deleted file]
inc/classes/main/io/directory/.htaccess [new file with mode: 0644]
inc/classes/main/io/directory/class_FrameworkDirectoryPointer.php [new file with mode: 0644]
inc/classes/main/io/input/.htaccess [new file with mode: 0644]
inc/classes/main/io/input/class_FrameworkFileInputPointer.php [new file with mode: 0644]
inc/classes/main/io/io_handler/.htaccess [new file with mode: 0644]
inc/classes/main/io/io_handler/class_FileIoStream.php [new file with mode: 0644]
inc/classes/main/io/output/.htaccess [new file with mode: 0644]
inc/classes/main/io/output/class_FrameworkFileOutputPointer.php [new file with mode: 0644]