#include <llmemorystream.h>

Public Member Functions | |
| LLMemoryStream (const U8 *start, S32 length) | |
| ~LLMemoryStream () | |
Protected Attributes | |
| LLMemoryStreamBuf | mStreamBuf |
The memory passed in is NOT owned by an instance. The caller must be careful to always pass in a valid memory location that exists for at least as long as this streambuf.
Definition at line 76 of file llmemorystream.h.
Definition at line 65 of file llmemorystream.cpp.
| LLMemoryStream::~LLMemoryStream | ( | ) |
Definition at line 71 of file llmemorystream.cpp.
LLMemoryStreamBuf LLMemoryStream::mStreamBuf [protected] |
Definition at line 83 of file llmemorystream.h.
1.5.5