Mono Class Library: Overview

Mono.Unix.StdioFileStream: Method Members

The methods of Mono.Unix.StdioFileStream are listed below. For a list of all members, see the StdioFileStream Members list.

See Also: Inherited members from System.IO.Stream

Public Methods

override
Close()
Documentation for this section has not yet been entered.
Finalize()
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.
RestoreFilePosition(Mono.Unix.Native.FilePosition)
Set the current file position saved in a Mono.Unix.Native.FilePosition instance.
Rewind()
Set StdioFileStream.Position to the beginning of the file.
SaveFilePosition(Mono.Unix.Native.FilePosition)
Save the current file position into a Mono.Unix.Native.FilePosition instance.
override
Seek(long, System.IO.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.