ByteOutputStream Class |
Namespace: FM.IceLink
The ByteOutputStream type exposes the following members.
| Name | Description | |
|---|---|---|
| ByteOutputStream | Initializes a new instance of the ByteOutputStream class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Reset |
Empties this stream and resets it.
| |
| ToArray |
Converts the stream to a byte array.
| |
| ToString | (Inherited from Object.) | |
| Write |
Writes a value to the stream.
| |
| WriteBuffer(Byte) |
Writes a buffer to the stream.
| |
| WriteBuffer(Byte, Int32, Int32) |
Writes a buffer to the stream.
| |
| WriteTo |
Writes the contents of this stream to another stream.
|