Continued with file-based stacks:
[core.git] / contrib / file_stack / format.txt
index 400443863194fc12a7a93ab51e07baa34afd6cd4..637baf6f811203c1cf9449e20a223674c8e1297b 100644 (file)
@@ -5,11 +5,11 @@ This is the format for a file-based stack which works as any Stackable class.
 
 General made up:
 
-Purpose: | "magic"   | separator | count    | position      | separator |
----------+-----------+-----------+----------+---------------+-----------+
-Bytes:   | 9         | 1         | 20 (hex) | 2 - n^2 (hex) | 1         |
----------+-----------+-----------+----------+---------------+-----------+
-Example: | STACKv1.0 | 00        | 00...ff  | 05            | ff        |
+Purpose: | "magic"   | separator | count    | position | separator |
+---------+-----------+-----------+----------+----------+-----------+
+Bytes:   | 9         | 1         | 20 (hex) | 20 (hex) | 1         |
+---------+-----------+-----------+----------+----------+-----------+
+Example: | STACKv1.0 | 00        | 00...ff  | 00...ff  | ff        |
 
 Continued: