SkDynamicMemoryWStream Class Reference
#include <SkStream.h>
Inherits SkWStream.
List of all members.
Detailed Description
Definition at line 266 of file SkStream.h.
Constructor & Destructor Documentation
SkDynamicMemoryWStream::SkDynamicMemoryWStream |
( |
|
) |
|
virtual SkDynamicMemoryWStream::~SkDynamicMemoryWStream |
( |
|
) |
[virtual] |
Member Function Documentation
void SkDynamicMemoryWStream::copyTo |
( |
void * |
dst |
) |
const |
const char* SkDynamicMemoryWStream::detach |
( |
|
) |
|
size_t SkDynamicMemoryWStream::getOffset |
( |
|
) |
[inline] |
const char* SkDynamicMemoryWStream::getStream |
( |
|
) |
const |
void SkDynamicMemoryWStream::padToAlign4 |
( |
|
) |
|
bool SkDynamicMemoryWStream::read |
( |
void * |
buffer, |
|
|
size_t |
offset, |
|
|
size_t |
size | |
|
) |
| | |
void SkDynamicMemoryWStream::reset |
( |
|
) |
|
bool SkDynamicMemoryWStream::write |
( |
const void * |
buffer, |
|
|
size_t |
offset, |
|
|
size_t |
size | |
|
) |
| | |
virtual bool SkDynamicMemoryWStream::write |
( |
const void * |
buffer, |
|
|
size_t |
size | |
|
) |
| | [virtual] |
Called to write bytes to a SkWStream. Returns true on success
- Parameters:
-
| buffer | the address of at least size bytes to be written to the stream |
| size | The number of bytes in buffer to write to the stream |
- Returns:
- true on success
Implements SkWStream.
The documentation for this class was generated from the following file: