Added some class fields/attributes.
[core.git] / inc / classes / main / stacker / file_stack / class_BaseFileStack.php
index 5ce4b338419e1588c21960a9c184351f8b12a984..565905109ba45c55dcf9210e6c14e8a45199a630 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseFileStack extends BaseStacker {
+       /**
+        * Magic for this stack
+        */
+       const STACK_MAGIC = 'STACKv0.1';
+
+       /**
+        * Separator magic->count
+        */
+       const SEPARATOR_MAGIC_COUNT = 0x00;
+
+       /**
+        * Separator position->entries
+        */
+       const SEPARATOR_SEEK_POS_ENTRIES = 0xff;
+
+       /**
+        * Separator hash->name
+        */
+       const SEPARATOR_HASH_NAME = 0x01;
+
        /**
         * Protected constructor
         *