|
virtual NPT_Result | Write (const void *buffer, NPT_Size bytes_to_write, NPT_Size *bytes_written=NULL)=0 |
|
virtual NPT_Result | WriteFully (const void *buffer, NPT_Size bytes_to_write) |
|
virtual NPT_Result | WriteString (const char *string_buffer) |
|
virtual NPT_Result | WriteLine (const char *line_buffer) |
|
virtual NPT_Result | Seek (NPT_Position offset)=0 |
|
virtual NPT_Result | Tell (NPT_Position &offset)=0 |
|
virtual NPT_Result | Flush () |
|
NPT_Result | WriteUI64 (NPT_UInt64 value) |
|
NPT_Result | WriteUI32 (NPT_UInt32 value) |
|
NPT_Result | WriteUI24 (NPT_UInt32 value) |
|
NPT_Result | WriteUI16 (NPT_UInt16 value) |
|
NPT_Result | WriteUI08 (NPT_UInt8 value) |
|
The documentation for this class was generated from the following files:
- lib/libUPnP/Neptune/Source/Core/NptStreams.h
- lib/libUPnP/Neptune/Source/Core/NptStreams.cpp