BBStream Properties | 
The BBStream type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseStream | the underlying stream | |
| CanRead | 
             Indicates whether the current stream supports reading
             (Overrides StreamCanRead)  | |
| CanSeek | 
             Indicates whether the current stream supports seeking
             (Overrides StreamCanSeek)  | |
| CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream)  | |
| CanWrite | 
             Indicates whether the current stream supports writing
             (Overrides StreamCanWrite)  | |
| DataAvailable | 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 | |
| Length | 
            Gets the length in bytes of the stream
             (Overrides StreamLength)  | |
| Position | 
            Gets or sets the position within the current stream
             (Overrides StreamPosition)  | |
| ReadTimeout | 
            Read timeout for BBStream
             (Overrides StreamReadTimeout)  | |
| WriteTimeout | 
            Write timeout for BBStream
             (Overrides StreamWriteTimeout)  |