Added isFileOnlyGaps() and getFileSize(), both are "basicly finished".
[core.git] / inc / classes / interfaces / block / class_Block.php
index f00e973cc00e688490a7deb657b9380634d38a56..5f68b8186e42a5e13cc352a79e00e8d0d6ca3bd9 100644 (file)
@@ -113,6 +113,13 @@ interface Block extends FrameworkInterface {
         * @return      $totalEntries   Total entries in this file
         */
        function getCounter ();
+
+       /**
+        * "Getter" for file size
+        *
+        * @return      $fileSize       Size of currently loaded file
+        */
+       function getFileSize ();
 }
 
 // [EOF]