Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
CZipStorage Member List

This is the complete list of members for CZipStorage, including all inherited members.

AssureFree(ZIP_SIZE_TYPE uNeeded)CZipStorage
CallCallback(ZIP_SIZE_TYPE uNeeded, int iCode, CZipString szTemp)CZipStorageprotected
ChangeSpannedRead()CZipStorageprotected
ChangeSplitRead()CZipStorageprotected
ChangeVolume(ZIP_VOLUME_TYPE uNumber)CZipStorage
ChangeVolume()CZipStorageinline
ChangeVolumeDec()CZipStorageinline
Close(bool bWrite, bool bGetLastVolumeName=false)CZipStorage
CZipArchive (defined in CZipStorage)CZipStoragefriend
CZipCentralDir (defined in CZipStorage)CZipStoragefriend
CZipStorage() (defined in CZipStorage)CZipStorage
EmptyWriteBuffer()CZipStorageinlineprotected
FinalizeSegm()CZipStorage
Flush()CZipStorage
FlushBuffers() (defined in CZipStorage)CZipStorageinline
FlushFile()CZipStorageinline
GetCurrentVolume() const CZipStorageinline
GetFreeInBuffer() const CZipStorageinlineprotected
GetFreeVolumeSpace() const CZipStorageprotected
GetLastDataOffset()CZipStorageinlineprotected
GetOccupiedSpace() const CZipStorageinline
GetPosition() const CZipStorageinline
GetSplitNamesHandler()CZipStorageinline
GetSplitNamesHandler() const CZipStorageinline
GetSplitVolumeName(ZIP_VOLUME_TYPE uVolume, bool bLast)CZipStorageinline
GetState() (defined in CZipStorage)CZipStorageinline
Initialize() (defined in CZipStorage)CZipStorage
IsBinarySplit() const CZipStorageinline
IsClosed(bool bArchive) const CZipStorageinline
IsExisting() const CZipStorageinline
IsExistingSegmented() const CZipStorageinline
IsNewSegmented() const CZipStorageinline
IsReadOnly() const CZipStorageinline
IsRegularSplit() const CZipStorageinline
IsSegmented() const CZipStorageinline
IsSpanned() const CZipStorageinline
IsSplit() const CZipStorageinline
LocateSignature(char *szSignature, ZIP_SIZE_TYPE uMaxDepth)CZipStorage
m_gszExtHeaderSignatCZipStoragestatic
m_iLocateBufferSizeCZipStorageprotected
m_iWriteBufferSizeCZipStorageprotected
m_pFileCZipStorage
m_pSpanChangeVolumeFuncCZipStorageprotected
m_pSplitChangeVolumeFuncCZipStorageprotected
m_pWriteBufferCZipStorageprotected
m_uBytesBeforeZipCZipStorageprotected
m_uBytesInWriteBufferCZipStorageprotected
m_uBytesWrittenCZipStorageprotected
m_uCurrentVolSizeCZipStorageprotected
m_uCurrentVolumeCZipStorageprotected
m_uSplitDataCZipStorageprotected
NextVolume(ZIP_SIZE_TYPE uNeeded)CZipStorage
Open(CZipAbstractFile &af, int iMode, bool bAutoClose)CZipStorage
Open(LPCTSTR lpszPathName, int iMode, ZIP_SIZE_TYPE uVolumeSize)CZipStorage
OpenFile(LPCTSTR lpszName, UINT uFlags, bool bThrow=true)CZipStorageprotected
Read(void *pBuf, DWORD iSize, bool bAtOnce)CZipStorage
RenameLastFileInSplitArchive()CZipStorageprotected
Seek(ULONGLONG lOff, SeekType iSeekType=seekFromBeginning)CZipStorage
seekCurrent enum valueCZipStorage
seekFromBeginning enum valueCZipStorage
seekFromEnd enum valueCZipStorage
SeekInBinary(ZIP_FILE_SIZE lOff, bool bSeekToBegin=false)CZipStorage
SeekType enum nameCZipStorage
SetSplitNamesHandler(CZipSplitNamesHandler *pNames, bool bAutoDelete)CZipStorageinline
SignatureNotFound (defined in CZipStorage)CZipStoragestatic
State enum nameCZipStorage
stateAutoClose enum valueCZipStorage
stateBinarySplit enum valueCZipStorage
stateExisting enum valueCZipStorage
stateOpened enum valueCZipStorage
stateReadOnly enum valueCZipStorage
stateSegmented enum valueCZipStorage
stateSpan enum valueCZipStorage
stateSplit enum valueCZipStorage
UpdateSegmMode(ZIP_VOLUME_TYPE uLastVolume)CZipStorage
VolumeLeft() const CZipStorage
Write(const void *pBuf, DWORD iSize, bool bAtOnce)CZipStorage
WriteInternalBuffer(const char *pBuf, DWORD uSize)CZipStorageprotected
~CZipStorage() (defined in CZipStorage)CZipStoragevirtual
Back To Top Up