InputOutputPointer is the right interface.
[core.git] / inc / classes / main / stacker / file / class_BaseFileStack.php
index 4729486a5e65a1a749ac2afe0226d369c8affef8..53afecbd50b5aede20952acbc1327a242ad3f141 100644 (file)
@@ -201,7 +201,7 @@ class BaseFileStack extends BaseStacker {
         * @todo        Currently the stack file is not cached, please implement a memory-handling class and if enough RAM is found, cache the whole stack file.
         */
        protected function initFileStack ($fileName, $type) {
-               // Get a file i/o pointer instance for stack file
+               // Get a stack file instance
                $fileInstance = ObjectFactory::createObjectByConfiguredName('stack_file_class', array($fileName));
 
                // Get iterator instance