Click or drag to resize

ByteOutputStream Class

An buffer of bytes that can be written sequentially.
Inheritance Hierarchy
SystemObject
  FM.IceLinkByteOutputStream

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ByteOutputStream type exposes the following members.

Constructors
  NameDescription
Public methodByteOutputStream
Initializes a new instance of the ByteOutputStream class
Top
Properties
  NameDescription
Public propertySize
Gets the number of bytes written to the stream.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReset
Empties this stream and resets it.
Public methodToArray
Converts the stream to a byte array.
Public methodToString (Inherited from Object.)
Public methodWrite
Writes a value to the stream.
Public methodWriteBuffer(Byte)
Writes a buffer to the stream.
Public methodWriteBuffer(Byte, Int32, Int32)
Writes a buffer to the stream.
Public methodWriteTo
Writes the contents of this stream to another stream.
Top
See Also