#include <iostreams_helper.h>
公共成员函数 |
|
| Result < void > | Init (const Url &url, BYTEORDER byteOrder) |
| Result < void > | Init (const OutputStreamRef &stream, BYTEORDER byteOrder) |
| BYTEORDER | GetByteOrder () const |
| Url | GetUrl () const |
| Result < void > | WriteBytes (const Block < const Byte > &data) |
| Result < void > | WriteChar ( Char v) |
| Result < void > | WriteUChar ( UChar v) |
| Result < void > | WriteInt16 ( Int16 v) |
| Result < void > | WriteUInt16 ( UInt16 v) |
| Result < void > | WriteInt32 ( Int32 v) |
| Result < void > | WriteUInt32 ( UInt32 v) |
| Result < void > | WriteInt64 ( Int64 v) |
| Result < void > | WriteUInt64 ( UInt64 v) |
| Result < void > | WriteFloat32 ( Float32 v) |
| Result < void > | WriteFloat64 ( Float64 v) |
Private Attributes |
|
| BYTEORDER | _byteOrder |
| Url | _url |
| Result <void> Init | ( | const Url & | url , |
| BYTEORDER | byteOrder | ||
| ) |
| Result <void> Init | ( | const OutputStreamRef & | stream , |
| BYTEORDER | byteOrder | ||
| ) |
| BYTEORDER GetByteOrder | ( | ) | const |
| Url GetUrl | ( | ) | const |
| Result <void> WriteBytes | ( | const Block < const Byte > & | data | ) |
| Result <void> WriteChar | ( | Char | v | ) |
| Result <void> WriteUChar | ( | UChar | v | ) |
| Result <void> WriteInt16 | ( | Int16 | v | ) |
| Result <void> WriteUInt16 | ( | UInt16 | v | ) |
| Result <void> WriteInt32 | ( | Int32 | v | ) |
| Result <void> WriteUInt32 | ( | UInt32 | v | ) |
| Result <void> WriteInt64 | ( | Int64 | v | ) |
| Result <void> WriteUInt64 | ( | UInt64 | v | ) |
| Result <void> WriteFloat32 | ( | Float32 | v | ) |
| Result <void> WriteFloat64 | ( | Float64 | v | ) |
|
private |
|
private |