|
bool | open (unsigned char *buf, uint32 buf_size, bool copy_buf=true) |
|
void | close () override |
|
unsigned char * | get_raw_data () |
|
uint8 | read1 () override |
|
uint16 | read2 () override |
|
uint32 | read4 () override |
|
bool | readToBuf (unsigned char *buf, uint32 buf_size) override |
|
bool | write1 (uint8 src) override |
|
bool | write2 (uint16 src) override |
|
bool | write4 (uint32 src) override |
|
uint32 | writeBuf (const unsigned char *src, uint32 src_size) override |
|
uint32 | write (NuvieIO *src) override |
|
void | seek (uint32 new_pos) override |
|
unsigned char * | readAll () |
|
unsigned char * | readBuf (uint32 read_size, uint32 *bytes_read) |
|
uint32 | get_size () const |
|
void | seekStart () |
|
void | seekEnd () |
|
bool | is_end () const |
|
bool | is_eof () const |
|
uint32 | position () const |
|
|
unsigned char * | data |
|
bool | copied_data |
|
uint32 | size |
|
uint32 | pos |
|
The documentation for this class was generated from the following file: