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)CZipStorage [protected]
ChangeSpannedRead()CZipStorage [protected]
ChangeSplitRead()CZipStorage [protected]
ChangeVolume(ZIP_VOLUME_TYPE uNumber)CZipStorage
ChangeVolume()CZipStorage [inline]
Close(bool bAfterException)CZipStorage
CZipArchive (defined in CZipStorage)CZipStorage [friend]
CZipCentralDir (defined in CZipStorage)CZipStorage [friend]
CZipStorage() (defined in CZipStorage)CZipStorage
EmptyWriteBuffer()CZipStorage [inline, protected]
FinalizeSegm()CZipStorage
Flush()CZipStorage
FlushBuffers() (defined in CZipStorage)CZipStorage [inline]
FlushFile()CZipStorage [inline]
GetCurrentVolume() const CZipStorage [inline]
GetFreeInBuffer() const CZipStorage [inline, protected]
GetFreeVolumeSpace() const CZipStorage [protected]
GetLastDataOffset()CZipStorage [inline, protected]
GetOccupiedSpace() const CZipStorage [inline]
GetPosition() const CZipStorage [inline]
GetSplitVolumeName(bool bLast) const CZipStorage [protected]
Initialize() (defined in CZipStorage)CZipStorage
IsClosed(bool bArchive) const CZipStorage [inline]
IsReadOnly()CZipStorage [inline]
IsSegmented() const CZipStorage [inline]
IsSpanned() const CZipStorage [inline]
IsSplit() const CZipStorage [inline]
LocateSignature(char *szSignature, ZIP_SIZE_TYPE uMaxDepth)CZipStorage [protected]
m_bInMemoryCZipStorage [protected]
m_bNewSegmCZipStorage [protected]
m_bReadOnlyCZipStorage [protected]
m_gszExtHeaderSignatCZipStorage [static]
m_iLocateBufferSizeCZipStorage [protected]
m_iSegmModeCZipStorage [protected]
m_iWriteBufferSizeCZipStorage [protected]
m_pFileCZipStorage
m_pSpanChangeVolumeFuncCZipStorage [protected]
m_pSplitChangeVolumeFuncCZipStorage [protected]
m_pWriteBufferCZipStorage [protected]
m_szSplitExtensionCZipStorage [protected]
m_uBytesBeforeZipCZipStorage [protected]
m_uBytesInWriteBufferCZipStorage [protected]
m_uBytesWrittenCZipStorage [protected]
m_uCurrentVolSizeCZipStorage [protected]
m_uCurrentVolumeCZipStorage [protected]
m_uSplitDataCZipStorage [protected]
NextVolume(ZIP_SIZE_TYPE uNeeded)CZipStorage
noSegments enum valueCZipStorage
Open(CZipAbstractFile &af, int iMode)CZipStorage
Open(LPCTSTR lpszPathName, int iMode, ZIP_SIZE_TYPE uVolumeSize)CZipStorage
OpenFile(LPCTSTR lpszName, UINT uFlags, bool bThrow=true)CZipStorage [protected]
Read(void *pBuf, DWORD iSize, bool bAtOnce)CZipStorage
RenameLastFileInSplitArchive()CZipStorage [protected]
Seek(ULONGLONG lOff, SeekType iSeekType=seekFromBeginning)CZipStorage
seekCurrent enum valueCZipStorage
seekFromBeginning enum valueCZipStorage
seekFromEnd enum valueCZipStorage
SeekType enum nameCZipStorage
spannedArchive enum valueCZipStorage
splitArchive enum valueCZipStorage
suggestedAuto enum valueCZipStorage
suggestedSplit 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)CZipStorage [protected]
ZipSegmentationMode enum nameCZipStorage
~CZipStorage() (defined in CZipStorage)CZipStorage [virtual]
Back To Top Up