Click or drag to resize

BBStream Properties

The BBStream type exposes the following members.

Properties
 NameDescription
Public propertyBaseStream the underlying stream
Public propertyCanRead Indicates whether the current stream supports reading
(Overrides StreamCanRead)
Public propertyCanSeek Indicates whether the current stream supports seeking
(Overrides StreamCanSeek)
Public propertyCanTimeoutGets a value that determines whether the current stream can time out.
(Inherited from Stream)
Public propertyCanWrite Indicates whether the current stream supports writing
(Overrides StreamCanWrite)
Public propertyDataAvailable Indicates whether data is available, can be 0, for no data, 1 for 1 or more bytes, or a number representing the precise number of bytes
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)
Public propertyReadTimeout Read timeout for BBStream
(Overrides StreamReadTimeout)
Public propertyWriteTimeout Write timeout for BBStream
(Overrides StreamWriteTimeout)
Top
See Also