Public Member Functions | |
| MemoryBlock (uint32 size) | |
| MemoryBlock (MemoryBlock *src) | |
| byte * | data () |
| uint32 | size () |
| void | empty () |
| void | setBytes (int c, size_t startIndex, size_t num) |
| void | copyFrom (MemoryBlock *src) |
| void | copyFrom (MemoryBlock *src, uint32 srcPos, uint32 destPos, uint32 srcLen) |
| void | copyFrom (const byte *src, uint32 srcPos, uint32 destPos, uint32 srcLen) |
| void | reallocate (uint32 size) |