zMemory member functions.
|
Function |
Description |
|
Allocates an auto-sizing, internally-managed buffer for the memory stream. | |
|
Returns a pointer to the memory buffer at the specified position. | |
|
Specifies the buffer associated with the memory stream. | |
|
Returns the current capacity of the memory buffer. | |
|
Constructs a zMemory object. | |
|
Destroys a zMemory object. | |
|
Returns the current length of the memory buffer. | |
|
Returns the current position of the read/write pointer, relative to the beginning of the buffer. | |
|
Reads all requested bytes, if available. | |
|
Moves the read/write pointer position to the specified location. | |
|
Sets the reported length of the memory buffer. | |
|
Writes the specified bytes. |