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
Public Properties
[read-only] override | CanRead | bool. Documentation for this section has not yet been entered. |
[read-only] override | CanSeek | bool. Documentation for this section has not yet been entered. |
[read-only] override | CanWrite | bool. Documentation for this section has not yet been entered. |
[read-only] | Handle | IntPtr. The underlying FILE pointer. |
[read-only] override | Length | long. Documentation for this section has not yet been entered. |
override | Position | long. Documentation for this section has not yet been entered. |
Public Methods