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
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. overrideRead(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. overrideSeek(long, System.IO.SeekOrigin) : long Documentation for this section has not yet been entered. overrideSetLength(long) Documentation for this section has not yet been entered. overrideWrite(byte[], int, int) Documentation for this section has not yet been entered.