Lines Matching refs:CentralDirectory

21 bool CentralDirectory::GetCentralDirectory(ByteBuffer& bf, CentralDirectory* cd)
55 void CentralDirectory::SetCentralDirectoryValues(ByteBuffer& bf, CentralDirectory* cd)
110 std::string CentralDirectory::ToBytes()
144 int CentralDirectory::GetCdLength()
149 int CentralDirectory::GetSIGNATURE()
154 short CentralDirectory::GetVersion()
159 void CentralDirectory::SetVersion(short version)
164 short CentralDirectory::GetVersionExtra()
169 void CentralDirectory::SetVersionExtra(short versionExtra)
174 short CentralDirectory::GetFlag()
179 void CentralDirectory::SetFlag(short flag)
184 short CentralDirectory::GetMethod()
189 void CentralDirectory::SetMethod(short method)
194 short CentralDirectory::GetLastTime()
199 void CentralDirectory::SetLastTime(short lastTime)
204 short CentralDirectory::GetLastDate()
209 void CentralDirectory::SetLastDate(short lastDate)
214 int CentralDirectory::GetCrc32()
219 void CentralDirectory::SetCrc32(int crc32)
224 uint32_t CentralDirectory::GetCompressedSize()
229 void CentralDirectory::SetCompressedSize(uint32_t compressedSize)
234 uint32_t CentralDirectory::GetUnCompressedSize()
239 void CentralDirectory::SetUnCompressedSize(uint32_t unCompressedSize)
244 uint16_t CentralDirectory::GetFileNameLength()
249 void CentralDirectory::SetFileNameLength(uint16_t fileNameLength)
254 uint16_t CentralDirectory::GetExtraLength()
259 void CentralDirectory::SetExtraLength(uint16_t extraLength)
264 uint16_t CentralDirectory::GetCommentLength()
269 void CentralDirectory::SetCommentLength(uint16_t commentLength)
274 uint16_t CentralDirectory::GetDiskNumStart()
279 void CentralDirectory::SetDiskNumStart(uint16_t diskNumStart)
284 short CentralDirectory::GetInternalFile()
289 void CentralDirectory::SetInternalFile(short internalFile)
294 int CentralDirectory::GetExternalFile()
299 void CentralDirectory::SetExternalFile(int externalFile)
304 uint32_t CentralDirectory::GetOffset()
309 void CentralDirectory::SetOffset(uint32_t offset)
314 std::string CentralDirectory::GetFileName()
319 void CentralDirectory::SetFileName(const std::string& fileName)
324 std::string CentralDirectory::GetExtraData() const
329 void CentralDirectory::SetExtraData(const std::string& extraData)
334 std::string CentralDirectory::GetComment()
339 void CentralDirectory::SetComment(const std::string& comment)
344 uint32_t CentralDirectory::GetLength()
349 void CentralDirectory::SetLength(uint32_t length)