#include <llmemorystream.h>
Public Member Functions | |
LLMemoryStreamBuf (const U8 *start, S32 length) | |
~LLMemoryStreamBuf () | |
void | reset (const U8 *start, S32 length) |
Protected Member Functions | |
int | underflow () |
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 54 of file llmemorystream.h.
LLMemoryStreamBuf::~LLMemoryStreamBuf | ( | ) |
Definition at line 42 of file llmemorystream.cpp.
int LLMemoryStreamBuf::underflow | ( | ) | [protected] |
Definition at line 51 of file llmemorystream.cpp.