|
LLVM
3.7.0
|
#include <DataStream.h>
Public Member Functions | |
| virtual size_t | GetBytes (unsigned char *buf, size_t len)=0 |
| Fetch bytes [start-end) from the stream, and write them to the buffer pointed to by buf. More... | |
| virtual | ~DataStreamer () |
Definition at line 25 of file DataStream.h.
|
virtual |
Definition at line 47 of file DataStream.cpp.
|
pure virtual |
Fetch bytes [start-end) from the stream, and write them to the buffer pointed to by buf.
Returns the number of bytes actually written.
1.8.6