Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream Class Reference

An input stream for writing to messages. More...

Inheritance diagram for PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream:

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...
 

Detailed Description

An input stream for writing to messages.

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.DataMessageOutputStream ( IDataMessage  message)

Constructor.

Parameters
message

Member Function Documentation

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.

Parameters
b
Returns
override void PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.WriteByte ( byte  value)

Writes a byte to the current stream at the current position.

Property Documentation

BinaryWriter PushTechnology.DiffusionCore.Messaging.DataMessageOutputStream.Stream
getset

Get the binary writer.