]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/filesystem/binary/class_BinaryFile.php
Continued:
[core.git] / framework / main / interfaces / filesystem / binary / class_BinaryFile.php
index cdaa235042a9812625833de78d06b23e6d1d1c01..6aa0e97948b2eb7f205db88e14716188c669d2bc 100644 (file)
@@ -90,6 +90,15 @@ interface BinaryFile extends Filesystem {
         */
        const GAPS_INDEX_END = 'end';
 
+       // Header names
+       const HEADER_NAME_MAGIC = 'magic';
+       const HEADER_NAME_TOTAL_ENTRIES = 'total';
+       const HEADER_NAME_SEEK_POSITION = 'seek';
+
+       // Header element counts
+       const HEADER_INDEX_ELEMENT_COUNT = 2;
+       const HEADER_STACK_ELEMENT_COUNT = 3;
+
        /**
         * Reads the file header
         *