Mono Class Library: Overview

Mono.Unix.StdioFileStream: Members

The members of Mono.Unix.StdioFileStream are listed below.

See Also: Inherited members from System.IO.Stream

Public Constructors

Creates a Mono.Unix.StdioFileStream type, wrapping the existing unmanaged FILE pointer fileStream.
Opens path for reading.
Creates a Mono.Unix.StdioFileStream type, wrapping the existing unmanaged FILE pointer fileStream.
Creates a Mono.Unix.StdioFileStream type, wrapping the existing unmanaged FILE pointer fileStream with the specified file access.
Opens path with the specified file access access.
Opens path with the specified file mode mode.
Opens path with the specified mode.
Creates a Mono.Unix.StdioFileStream type, wrapping the existing unmanaged FILE pointer fileStream with the specified file access.
Opens path with the specified file mode mode and file access access.

Public Fields

static readonly
InvalidFileStreamIntPtr. An invalid FILE pointer.
static readonly
StandardErrorIntPtr. The standard error file stream.
static readonly
StandardInputIntPtr. The standard input file stream.
static readonly
StandardOutputIntPtr. The standard output file stream.

Public Properties

[read-only]
override
CanReadbool. Documentation for this section has not yet been entered.
[read-only]
override
CanSeekbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. The underlying FILE pointer.
[read-only]
override
Lengthlong. Documentation for this section has not yet been entered.
override
Positionlong. Documentation for this section has not yet been entered.

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.