Also add getFileSize() here, too. This satisfies the interface.
[core.git] / inc / classes / interfaces / iterator / class_SeekableWritableFileIterator.php
index 674fc6269d7d1c9f4319b7dd5de6bddb348b0d6d..3bb0d8160c6ee60f6833e68854fa57102641e3fc 100644 (file)
@@ -139,6 +139,13 @@ interface SeekableWritableFileIterator extends SeekableIterator {
         * @return      $totalEntries   Total entries in this file
         */
        function getCounter ();
+
+       /**
+        * "Getter" for file size
+        *
+        * @return      $fileSize       Size of currently loaded file
+        */
+       function getFileSize ();
 }
 
 // [EOF]