]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/io_stream/class_FileIoStream.php
Continued:
[core.git] / inc / main / classes / file_directories / io_stream / class_FileIoStream.php
index 88fef80b5d74190c5876d4a793697429db4d2dc1..827bd9d80a31370570ca62cc3b5f6a77c6bcb36c 100644 (file)
@@ -5,6 +5,8 @@ namespace CoreFramework\Stream\Filesystem;
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Object\BaseFrameworkSystem;
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Object\BaseFrameworkSystem;
+use CoreFramework\Stream\Filesystem\FileInputStreamer;
+use CoreFramework\Stream\Filesystem\FileOutputStreamer;
 
 /**
  * An universal class for file input/output streams.
 
 /**
  * An universal class for file input/output streams.
@@ -61,7 +63,7 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
         * Create a file IO stream. This is a class for performing all actions
         * on files like creating, deleting and loading them.
         *
         * Create a file IO stream. This is a class for performing all actions
         * on files like creating, deleting and loading them.
         *
-        * @return      $ioInstance     An instance of FileIoStream
+        * @return      $ioInstance     An instance of a FileIoStream class
         */
        public static final function createFileIoStream () {
                // Create new instance
         */
        public static final function createFileIoStream () {
                // Create new instance