finishPedantically
According to the specification, tar should finish with two zero blocks, but "reasonable system must not assume that such a block exists when reading an archive". Therefore, the Zig standard library recommends to not call this function.
Function parameters
Parameters
- w:*Writer
Options for writing file/dir/link.
Types
Sets prefix for all other write* method paths.
Functions
- setRoot
- Sets prefix for all other write* method paths.
- writeFileStream
- Writes file reading file content from `reader`.
- writeFileBytes
- Writes file using bytes buffer `content` for size and file content.
- finishPedantically
- According to the specification, tar should finish with two zero blocks, but
Error sets in this namespace
Error Sets
Source