Mono Class Library: Overview

System.IO.UnmanagedMemoryStream: Method Members

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

See Also: Inherited members from System.IO.Stream

Public Methods

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.
Initialize(byte*, long, long, FileAccess)
Documentation for this section has not yet been entered.