The members of Mono.Unix.UnixStream are listed below.
See Also: Inherited members from System.IO.Stream
Public Constructors
| |
Creates and initializes a Mono.Unix.UnixStream
instance, wrapping the specified file descriptor
fileDescriptor.
|
| |
Creates and initializes a Mono.Unix.UnixStream
instance, wrapping the specified file descriptor
fileDescriptor.
|
Public Fields
Public Properties
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) : longGets a configurable system limit or option variable
associated with
UnixStream.Handle.
|
override | Read(byte[], int, int) : intDocumentation 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) : longDocumentation 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.
|
Explicitly Implemented Interface Members