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
AdviseFileAccessPattern(FileAccessPattern) Advises a file access pattern for a file stream.AdviseFileAccessPattern(FileAccessPattern, long, long) Advises a file access pattern for a file stream. overrideClose() Documentation for this section has not yet been entered.Finalize() Documentation for this section has not yet been entered. overrideFlush() 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. overrideRead(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. overrideSeek(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. overrideSetLength(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. overrideWrite(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.