readHeader()
Reads the next entry header.
Declaration
func readHeader() throws -> ArchiveHeader?Return Value
A new header instance, or nil if the operation reaches the end of the archive stream.
Reads the next entry header.
func readHeader() throws -> ArchiveHeader?A new header instance, or nil if the operation reaches the end of the archive stream.