Initially mark all slots in the header used.
()
| 81 | * Initially mark all slots in the header used. |
| 82 | */ |
| 83 | public void init() { |
| 84 | Arrays.fill(header, (byte) 0xFF); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Computes the number of bytes in the header while saving room for pointers |
no outgoing calls