Click or drag to resize
Stream Methods

The Stream type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
Public methodDispose
Releases all resources.
Public methodFlush
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Public methodRead
Reads from stream.
Public methodSeek
Sets the position within the current stream to the specified value.
Public methodSetLength
Sets length to stream.
Public methodWrite
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
Public methodWriteByte
Writes byte to stream.
Top
See Also