BeginRead |
Begins an Asynchronous reading process.
|
BeginWrite |
Begins an Asynchronous writing process.
|
CloseStream |
Closes the current stream. |
CopyTo |
Reads the bytes from the current stream and writes them to another stream.
|
EndRead |
Ends an asynchronous read operation returning the total number of bytes read.
|
EndWrite |
Used to end an asynchronous write operation.
|
Equals |
Determines if this instance is equal to the value.
|
Flush |
Flushes any buffers in the object to the underlying stream. |
GetHashCode |
Returns a semi-unique number representing this instance. |
ReadBlock |
Reads a block of bytes from the stream.
|
ReadByte |
Reads a single byte from the stream.
|
SeekPosition |
Moves the current stream pointer to a new position.
|
SetLength |
Sets the length of the current stream.
|
ToString |
Returns a string representation of the this instance.
|
WriteBlock |
Writes an array of bytes to the stream.
|
WriteByte |
Writes a single byte to the stream.
|