12 #ifndef __KOME_CORE_BUFFER_H__
13 #define __KOME_CORE_BUFFER_H__
69 unsigned int getLength();
76 void setPosition(
const unsigned int pos );
83 unsigned int getPosition();
99 virtual int write(
void* addr,
int size );
108 virtual int read(
void* addr,
int size );
113 #endif // __KOME_CORE_BUFFER_H__
memory buffer management class
std::vector< unsigned char > m_buffer
interfarces of DataAccessor class
abstract class of data accessor