The members of System.IO.BufferedStream are listed below.
See Also: Inherited members from System.IO.Stream
Initializes a new instance of the System.IO.BufferedStream class with a default buffer size of 4096 bytes. | ||
Initializes a new instance of the System.IO.BufferedStream class with the specified buffer size. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the current stream supports reading. |
[read-only] override | CanSeek | bool.
Gets a value indicating whether the current stream supports seeking. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the current stream supports writing. |
[read-only] override | Length | long.
Gets the stream length in bytes. |
override | Position | long.
Gets the position within the current stream. |
override | Close()Documentation for this section has not yet been entered. | |
override | Flush()
| |
override | Read(byte[], int, int)
| |
override | ReadByte()
| |
override | Seek(long, SeekOrigin)
| |
override | SetLength(long)
| |
override | Write(byte[], int, int)
| |
override | WriteByte(byte)
|