Continued with loader and file i/o stuff:
authorRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 19:35:09 +0000 (21:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 19:35:09 +0000 (21:35 +0200)
commit6327d67d057b505a33549c656310ee1f9ed1cffa
tree16dbf8e9c53b78e9df340abd84ddfeb99d17404a
parent328bbb71e1a68e59fad267bf915f4e42068523c9
Continued with loader and file i/o stuff:
- renamed interface to SeekableWritableFileIterator as this interface allows
  write operations (such calls are forwarded to the wrapped
  file_raw_input_output_pointer_class instance).
- Removed .svn from excepted paths as this won't be the case.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/iterator/class_SeekableFileIterator.php [deleted file]
inc/classes/interfaces/iterator/class_SeekableWritableFileIterator.php [new file with mode: 0644]
inc/classes/main/iterator/io/class_FileIoIterator.php
inc/loader/class_ClassLoader.php