#include <FSCabinet.h>
Inheritance diagram for NSFileSystem::TFSCabinetTableItem:
Public Member Functions | |
TFSCabinetTableItem (LONG start, LONG length, DWORD crc32, const TString &name) | |
Constructor. | |
LONG | GetStart (void) const |
Return starting offset of this file in cabinet. | |
LONG | GetLength (void) const |
Return length of file in bytes. | |
DWORD | GetCRC32 () const |
Return CRC for this file. | |
const TString & | GetName (void) const |
Return name of file in cabinet. |
Items describes one file in cabinet. Required information are START in cabinet, LENGTH of file and NAME of file. It also contains 32bits CRC computed from data of specified file from cabinet.
Definition at line 41 of file FSCabinet.h.
|
Constructor.
Definition at line 63 of file FSCabinet.h. |
|
Return CRC for this file.
Definition at line 88 of file FSCabinet.h. |
|
Return length of file in bytes.
Definition at line 81 of file FSCabinet.h. Referenced by NSFileSystem::TVirtualFileCabinet::OpenFile(). |
|
Return name of file in cabinet.
Definition at line 95 of file FSCabinet.h. |
|
Return starting offset of this file in cabinet. This value determines begin of file in cabinet in bytes. Definition at line 74 of file FSCabinet.h. Referenced by NSFileSystem::TVirtualFileCabinet::OpenFile(). |