An NDoc Documented Class Library

IBytesMessage Members

IBytesMessage overview

Public Instance Properties

BodyLength The number of bytes in the message body when the message is in read-only mode.

Public Instance Methods

ReadBoolean Reads a boolean from the bytes message stream.
ReadByte Reads a signed byte from the bytes message stream.
ReadBytesOverloaded. Reads a byte array from the bytes message stream.
ReadChar Reads a character from the bytes message stream.
ReadDouble Reads a double from the bytes message stream.
ReadFloat Reads a float from the bytes message stream.
ReadInt Reads an integer from the bytes message stream.
ReadLong Reads a long from the bytes message stream.
ReadShort Reads a short from the bytes message stream.
ReadUnsignedByte Reads an unsigned byte from the bytes message stream.
ReadUnsignedShort Reads an unsigned short from the bytes message stream.
ReadUTF Reads a UTF-8 encoded string from the bytes message stream.
Reset Puts the message in read-only mode and moves the read cursor to the beginning of the stream.
WriteBoolean Writes a boolean to the bytes message stream as a 1-byte value.
WriteByte Writes a byte to the bytes message stream.
WriteBytesOverloaded. Writes a byte array to the bytes message stream.
WriteChar Writes a character to the bytes message stream.
WriteDouble Writes a double to the bytes message stream.
WriteFloat Writes a float to the bytes message stream.
WriteInt Writes an integer to the bytes message stream.
WriteLong Writes a long to the bytes message stream.
WriteObject Writes an object to the bytes message stream.
WriteShort Writes a short to the bytes message stream.
WriteUTF Writes a string to the bytes message stream using UTF-8 encoding.

See Also

IBytesMessage Interface | webMethods.Msg Namespace