OpenClonk
CStdStream Class Referenceabstract

#include <CStdFile.h>

Inheritance diagram for CStdStream:
[legend]

Public Member Functions

virtual bool Read (void *pBuffer, size_t iSize)=0
 
virtual bool Advance (int iOffset)=0
 
virtual size_t AccessedEntrySize () const =0
 
virtual ~CStdStream ()=default
 

Detailed Description

Definition at line 28 of file CStdFile.h.

Constructor & Destructor Documentation

◆ ~CStdStream()

virtual CStdStream::~CStdStream ( )
virtualdefault

Member Function Documentation

◆ AccessedEntrySize()

virtual size_t CStdStream::AccessedEntrySize ( ) const
pure virtual

Implemented in CStdFile, and C4Group.

Referenced by C4Surface::ReadPNG().

Here is the caller graph for this function:

◆ Advance()

virtual bool CStdStream::Advance ( int  iOffset)
pure virtual

Implemented in C4Group, and CStdFile.

Referenced by CSurface8::Read(), and C4Surface::ReadBMP().

Here is the caller graph for this function:

◆ Read()

virtual bool CStdStream::Read ( void *  pBuffer,
size_t  iSize 
)
pure virtual

Implemented in CStdFile, and C4Group.

Referenced by CSurface8::Read(), C4Surface::ReadBMP(), and C4Surface::ReadPNG().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: