#include <RageFileDriverDeflate.h>
Inheritance diagram for RageFileObjDeflate:
Public Member Functions | |
RageFileObjDeflate (RageFileBasic *pOutput) | |
~RageFileObjDeflate () | |
int | GetFileSize () const |
void | DeleteFileWhenFinished () |
Protected Member Functions | |
int | ReadInternal (void *pBuffer, size_t iBytes) |
int | WriteInternal (const void *pBuffer, size_t iBytes) |
int | FlushInternal () |
Protected Attributes | |
RageFileBasic * | m_pFile |
z_stream * | m_pDeflate |
bool | m_bFileOwned |
|
|
|
|
|
|
|
Reimplemented from RageFileObj. |
|
Implements RageFileObj. |
|
Implements RageFileObj. |
|
Implements RageFileObj. |
|
|
|
|
|
|