]> git.mxchange.org Git - core.git/commit
Continued with file-based stacks and file i/o:
authorRoland Haeder <roland@mxchange.org>
Fri, 16 May 2014 22:34:12 +0000 (00:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 16 May 2014 22:34:12 +0000 (00:34 +0200)
commitf18669b3ece63a283957eb0114967d322648094a
tree7d0722f464802ac4e16e03b12a44f501108affee
parent0a638eea103f0f2b6c48374cb8d01e68893f5a65
Continued with file-based stacks and file i/o:
- added new interfaces (with some methods)
- added those methods to BaseFileIo so all implementations can have it. Still I
  need to find out if really all can e.g. seek.
- Used those new interfaces accordingly

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
inc/classes/interfaces/io/class_Streamable.php
inc/classes/interfaces/io/class_StreamableInput.php [new file with mode: 0644]
inc/classes/interfaces/io/class_StreamableOutput.php [new file with mode: 0644]
inc/classes/interfaces/io/file/class_FileInputStreamer.php
inc/classes/interfaces/io/file/class_FileOutputStreamer.php
inc/classes/interfaces/io/output/class_OutputStreamer.php
inc/classes/interfaces/io/pointer/class_InputPointer.php
inc/classes/interfaces/io/pointer/class_OutputPointer.php
inc/classes/main/file_directories/class_BaseFileIo.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