Click or drag to resize
GeneralStream Properties

The GeneralStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Whether stream can read from underlying source.
(Overrides StreamCanRead.)
Public propertyCanSeek
Whether stream can seek on underlying source.
(Overrides StreamCanSeek.)
Public propertyCanWrite
Whether stream can write to underlying source.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides StreamPosition.)
Top
See Also