Searched defs:LocalFileEntry (Results 1 – 1 of 1) sorted by relevance
979 struct LocalFileEntry { struct in Zip64ParseTest980 std::vector<uint8_t> local_file_header;981 std::string file_name;982 std::vector<uint8_t> extended_field;984 std::vector<uint8_t> compressed_bytes;985 std::vector<uint8_t> data_descriptor;987 size_t GetSize() const { in GetSize()992 void CopyToOutput(std::vector<uint8_t>* output) const { in CopyToOutput()