-
Notifications
You must be signed in to change notification settings - Fork 0
class_rawarray
reduz edited this page Feb 23, 2014
·
8 revisions
Raw byte array.
- int ** get ** ( int idx )
- String ** get_string_from_ascii ** ( )
- String ** get_string_from_utf8 ** ( )
- void ** push_back ** ( int byte )
- void ** resize ** ( int idx )
- void ** set ** ( int idx, int byte )
- int ** size ** ( )
- void ** RawArray ** ( Array from )
Raw byte array. Contains bytes. Optimized for memory usage, cant fragment the memory.