Inheritance diagram for EndianReader:
Public Member Functions | |
this (IBuffer buffer) | |
char[] | toString () |
void | bits16 (void *dst, uint count) |
void | bits32 (void *dst, uint count) |
void | bits64 (void *dst, uint count) |
void | bits80 (void *dst, uint count) |
Private Member Functions | |
this (IConduit conduit) | |
this (IReader reader) | |
void | read (void *dst, uint count) |
Static Private Member Functions | |
this () |
Use the static create() method to construct the appropriate reader.
Definition at line 51 of file EndianReader.d.
|
Construct EndianReader upon the given IBuffer. Reimplemented from Reader. Definition at line 59 of file EndianReader.d. |
|
Return the name of this reader Reimplemented from Reader. Definition at line 83 of file EndianReader.d. |
|
Definition at line 92 of file EndianReader.d. References Reader::read(). Referenced by this(). |
|
Definition at line 102 of file EndianReader.d. References Reader::read(). Referenced by this(). |
|
Definition at line 112 of file EndianReader.d. References Reader::read(). Referenced by this(). |
|
Definition at line 122 of file EndianReader.d. References Reader::read(). Referenced by this(). |
|
Construct a reader on the buffer belonging to the given conduit. |
|
Construct a couple of static exception instances. Definition at line 165 of file AbstractReader.d. References AbstractReader::eof, and AbstractReader::udf. |
|
Definition at line 57 of file ArrayAllocator.d. |
|
Definition at line 144 of file Reader.d. References IBuffer::get(), IBuffer::getConduit(), and IBuffer::readable(). |