ps.XML
Class CVFSInputSource
InputSource
|
+--CVFSInputSource
in XML.h
in XMLUtils.cpp
- class CVFSInputSource
- extends InputSource
Method Summary |
virtual BinInputStream* |
makeStream() const
|
int |
OpenFile( const char* path, uint flags = 0 )
|
private CVFSInputSource& |
operator=( const CVFSInputSource& )
|
m_BufferSize
private size_t m_BufferSize;
m_pBuffer
private FileIOBuf m_pBuffer;
CVFSInputSource
private CVFSInputSource( const CVFSInputSource& );
CVFSInputSource
public CVFSInputSource();
~CVFSInputSource
public virtual ~CVFSInputSource();
makeStream
public virtual BinInputStream* makeStream() const;
OpenFile
public int OpenFile( const char* path, uint flags = 0 );
operator=
private CVFSInputSource& operator=( const CVFSInputSource& );