Mono Class Library: Overview

Mono.Unix.UnixStream: Method Members

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

See Also: Inherited members from System.IO.Stream

Public Methods

AdviseFileAccessPattern(FileAccessPattern)
Advises a file access pattern for a file stream.
AdviseFileAccessPattern(FileAccessPattern, long, long)
Advises a file access pattern for a file stream.
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.
GetConfigurationValue(Mono.Unix.Native.PathconfName) : long
Gets a configurable system limit or option variable associated with UnixStream.Handle.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
ReadAtOffset(byte[], int, int, long) : int
Reads a sequence of bytes from the current stream without advancing the position within the stream.
override
Seek(long, System.IO.SeekOrigin) : long
Documentation for this section has not yet been entered.
SendTo(UnixStream)
Copies all the data from this stream to the specified Mono.Unix.UnixStreamoutput.
SendTo(UnixStream, ulong)
Copies data from this stream to the specified Mono.Unix.UnixStreamoutput.
SendTo(int, ulong)
Copies data from this stream to the specified file descriptor out_fd.
override
SetLength(long)
Documentation for this section has not yet been entered.
SetOwner(string)
Set the owner user ID and owner group ID of UnixStream.Handle.
SetOwner(long, long)
Set the owner user ID and owner group ID of UnixStream.Handle.
SetOwner(string, string)
Set the owner user ID and owner group ID of UnixStream.Handle.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.
WriteAtOffset(byte[], int, int, long)
Writes a sequence of bytes to the current stream without advancing the position within the stream.