![]() |
![]() |
#include <IOBuffer.h>
Public Member Functions | |
void * | data (void) const |
IOBuffer (void) | |
IOBuffer (void *data, IOSize length) | |
IOBuffer (const void *data, IOSize length) | |
IOSize | size (void) const |
Private Attributes | |
void * | m_data |
IOSize | m_length |
Buffer for I/O operations.
Definition at line 7 of file IOBuffer.h.
|
inline |
|
inline |
|
inline |
|
inline |
Return a pointer to the beginning of the buffer's data area.
Definition at line 45 of file IOBuffer.h.
References m_data.
Referenced by Storage::read(), and Storage::write().
|
inline |
Return the buffer's size.
Definition at line 50 of file IOBuffer.h.
References m_length.
Referenced by Storage::read(), IOChannel::readv(), Storage::write(), and IOChannel::writev().
|
private |
Definition at line 18 of file IOBuffer.h.
Referenced by data().
|
private |
Definition at line 19 of file IOBuffer.h.
Referenced by size().