Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
Rx::FileIO::CGZip Class Reference

Detailed Description

GZip file.

Public Member Functions

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

Public Attributes

Rx::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 ( Rx::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 Rx::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

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