C#
public sealed class BufferedStream : System.IO.Stream, System.IDisposable
{
}
Articles
|
The members of System.IO.BufferedStream are listed below. See Also: Inherited members from System.IO.Stream [ ...
|
|
See Also: BufferedStream Members. System.Object System.MarshalByRefObject System.IO.Stream System.IO.BufferedStream
|
|
CVSROOT: /cvsroot/dotgnu-pnet Module name: dotgnu-pnet Branch: Changes by: Gopal.V < t3rmin4t0r at savannah.gnu.org > 05/02/02 12:07:53 Modified files: runtime/System/IO:
|
|
Exception Type Condition; ArgumentOutOfRangeException: value is negative. IOException: The stream is not open or is a null reference ( Nothing in Visual Basic)
|
|
Adds a buffering layer to read and write operations on another stream. This class cannot be inherited.
|