Click or drag to resize

ByteOutputStream Methods

The ByteOutputStream type exposes the following members.

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