| ByteOutputStream Methods | 
The ByteOutputStream type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also