Inheritance diagram for BufferAllocator:
Public Member Functions | |
this (IReader reader, int width=0) | |
void | reset () |
bool | isReadOnly (void *x) |
void | allocate (void[]*x, BufferConverter decoder) |
Private Attributes | |
BufferConverter | raw |
uint | width |
IReader | reader |
|
Definition at line 107 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 118 of file ArrayAllocator.d. References IBuffer::compress(), IReader::getBuffer(), width, and IBuffer::writable(). |
|
Reimplemented from IArrayAllocator. Definition at line 131 of file ArrayAllocator.d. References IReader::getBuffer(), and IBuffer::getContent(). |
|
Reimplemented from IArrayAllocator. Definition at line 141 of file ArrayAllocator.d. References BufferConverter, IBuffer::get(), IReader::getBuffer(), IReader::length(), and raw. |
|
Definition at line 99 of file ArrayAllocator.d. Referenced by allocate(), and this(). |
|
Definition at line 100 of file ArrayAllocator.d. |
|
Definition at line 101 of file ArrayAllocator.d. |