]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/iterator/file/class_SeekableWritableFileIterator.php
Continued:
[core.git] / framework / main / interfaces / iterator / file / class_SeekableWritableFileIterator.php
index 728a3457266998c2ea1b348482fb82e0e9ff629a..21ad59ef416c4b046d9fa17772b4537b14860cf4 100644 (file)
@@ -59,7 +59,7 @@ interface SeekableWritableFileIterator extends SeekableIterator {
         *
         * @return      void
         */
-       function analyzeFile ();
+       function analyzeFileStructure ();
 
        /**
         * Checks whether the file header is initialized
@@ -87,7 +87,7 @@ interface SeekableWritableFileIterator extends SeekableIterator {
         * Initializes counter for valid entries, arrays for damaged entries and
         * an array for gap seek positions. If you call this method on your own,
         * please re-analyze the file structure. So you are better to call
-        * analyzeFile() instead of this method.
+        * analyzeFileStructure() instead of this method.
         *
         * @return      void
         */