Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::FileIO::CGZip Class Reference

Detailed Description

GZip file.

Public Member Functions

 CGZip ()
 Default constructor. More...
 
 ~CGZip ()
 Destructor. More...
 
void Read (Interop::Runtime30::IMemory *pTrgMem, const CRxString &sxFilename)
 Reads the given GZip file and stores the decoded data into target memory. More...
 
void Write (const Interop::Runtime30::IMemory *pSrcMem, const CRxString &sxFilename)
 Writes the given decoded data in source memory GZip encoded to given file. More...
 

Public Attributes

Codec::CGZip m_xGZip
 

Constructor & Destructor Documentation

Rx::FileIO::CGZip::CGZip ( )

Default constructor.

Rx::FileIO::CGZip::~CGZip ( )

Destructor.

Member Function Documentation

void Rx::FileIO::CGZip::Read ( Interop::Runtime30::IMemory pTrgMem,
const CRxString sxFilename 
)

Reads the given GZip file and stores the decoded data into target memory.

Parameters
pTrgMem[out] The target memory.
sxFilenameFilename.
void Rx::FileIO::CGZip::Write ( const Interop::Runtime30::IMemory pSrcMem,
const CRxString sxFilename 
)

Writes the given decoded data in source memory GZip encoded to given file.

Parameters
pSrcMemSource memory.
sxFilenameFilename.

Member Data Documentation

Codec::CGZip Rx::FileIO::CGZip::m_xGZip