Mono Class Library: Overview

System.IO.BufferedStream: Method Members

The methods of System.IO.BufferedStream are listed below. For a list of all members, see the BufferedStream Members list.

See Also: Inherited members from System.IO.Stream

Public Methods

override
Close()
Documentation for this section has not yet been entered.
override
Flush()
Documentation for this section has not yet been entered.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadByte() : int
Documentation for this section has not yet been entered.
override
Seek(long, SeekOrigin) : long
Documentation for this section has not yet been entered.
override
SetLength(long)
Documentation for this section has not yet been entered.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.
override
WriteByte(byte)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.