![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
An input stream for writing to messages. More...
Public Member Functions | |
DataMessageOutputStream (IDataMessage message) | |
Constructor. More... | |
override void | WriteByte (byte value) |
Writes a byte to the current stream at the current position. More... | |
override void | Write (byte[] buffer, int offset, int count) |
Writes a block of bytes to the current stream using data read from a buffer. More... | |
void | Write (int b) |
Writes a byte to the message. More... | |
Properties | |
BinaryWriter | Stream [get, set] |
Get the binary writer. More... | |
An input stream for writing to messages.
PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.DataMessageOutputStream | ( | IDataMessage | message | ) |
Constructor.
message |
override void PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.Write | ( | byte[] | buffer, |
int | offset, | ||
int | count | ||
) |
Writes a block of bytes to the current stream using data read from a buffer.
void PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.Write | ( | int | b | ) |
Writes a byte to the message.
b |
override void PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.WriteByte | ( | byte | value | ) |
Writes a byte to the current stream at the current position.
|
getset |
Get the binary writer.