When overridden in a derived class, gets the length in bytes of the stream.
A long value representing the length of the stream in bytes.
When overridden in a derived class, sets the position within the current stream.
A byte offset relative to the origin parameter.
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.
The new position within the current stream.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Provides a generic view of a sequence of bytes. This is an abstract class.