]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/stacker/file/class_StackableFile.php
Refacuring / possible WIP:
[core.git] / framework / main / interfaces / stacker / file / class_StackableFile.php
index f01e8b3d39c57521828d2ebce7e0a9b066798e0f..2d8094b1e5037f2cc30b489ec1a70901e02d6dc7 100644 (file)
@@ -64,14 +64,14 @@ interface StackableFile extends Stackable {
        function size ();
 
        /**
-        * Reads the file header
+        * Reads the stack's file header
         *
         * @return      void
         * @todo        To hard assertions here, better rewrite them to exceptions
         * @throws      UnexpectedValueException        If header is not proper length
         * @throws      InvalidMagicException   If a bad magic was found
         */
-       function readFileHeader ();
+       function readStackHeader ();
 
        /**
         * Flushes the file header