Creates a chunk.
Compresses data. They are extremely effective only in large quantities.
Gives exhaust in the form of bytes, where you can write to a file, from where, in the future, you can parse chunks.
Gives the size of the data.
Decompress data if it has been compressed.
Retrieves chunks from file data or other information storage location
Chunk structure. Has a title and information. The size of the chunk, the size of the name, then the name itself and the data are written to the file, and so on in order.