#include <SHOrderedData.h>
Inheritance diagram for SH::SHOrderedData:
Public Member Functions | |
SHOrderedData (MNRope *&data, bool consume_rope, u_int64 bytepos) | |
SHOrderedData (const uchar_t *data, size_t len, u_int64 bytepos) | |
virtual DataPtr | clone () |
u_int64 | get_bytepos () const |
virtual bool | isOrderedData () const |
The SHOrderedData is "plain data", joined by a byteposition-indicator ( position in the stream of the first byte )
|
Constructor, takes a rope containing the plain data. |
|
Constructor, a buffer and its length to create the plain data packet. |
|
Reimplemented from SH::SHPlainData.
|
|
|
|
Reimplemented from SH::SHPlainData.
|