SPFF(SFENCE Part File Format) is a method for quick work with files with special uses. It is possible to do quick cut or paste data to SPFF file. But common reading and writing can be slower.
The first byte of SPFF file is version. Now is supported version 4 and 8 (32bit and 64bit).
The header is following.
Header parts:
Help blocks is following behind the header.
Help block parts:
Data blocks is following behind help blocks.
Data block header parts:
You can see, that SPFF extension must hold correct main SPFF header, help blocks and data block headers. Unused help blocks have data offset set to zero value. Help blocks aren't necessary for work with SPFF file. But they make quicker use of Set_Position function. It can be very useful.