MonoMac.Foundation.NSFileHandle Members

The members of MonoMac.Foundation.NSFileHandle are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
FileDescriptorint. Documentation for this section has not yet been entered.

Public Methods

AcceptConnectionInBackground()
Documentation for this section has not yet been entered.
AcceptConnectionInBackground(NSString[])
Documentation for this section has not yet been entered.
AvailableData() : NSData
Documentation for this section has not yet been entered.
CloseFile()
Documentation for this section has not yet been entered.
static
FromNullDevice() : NSFileHandle
Documentation for this section has not yet been entered.
static
FromStandardError() : NSFileHandle
Documentation for this section has not yet been entered.
static
FromStandardInput() : NSFileHandle
Documentation for this section has not yet been entered.
static
FromStandardOutput() : NSFileHandle
Documentation for this section has not yet been entered.
OffsetInFile() : ulong
Documentation for this section has not yet been entered.
static
OpenRead(string) : NSFileHandle
Documentation for this section has not yet been entered.
static
OpenReadUrl(NSUrl, out NSError) : NSFileHandle
Documentation for this section has not yet been entered.
static
OpenUpdate(string) : NSFileHandle
Documentation for this section has not yet been entered.
static
OpenUpdateUrl(NSUrl, out NSError) : NSFileHandle
Documentation for this section has not yet been entered.
static
OpenWrite(string) : NSFileHandle
Documentation for this section has not yet been entered.
static
OpenWriteUrl(NSUrl, out NSError) : NSFileHandle
Documentation for this section has not yet been entered.
ReadDataOfLength(uint) : NSData
Documentation for this section has not yet been entered.
ReadDataToEndOfFile() : NSData
Documentation for this section has not yet been entered.
ReadInBackground()
Documentation for this section has not yet been entered.
ReadInBackground(NSString[])
Documentation for this section has not yet been entered.
ReadToEndOfFileInBackground()
Documentation for this section has not yet been entered.
ReadToEndOfFileInBackground(NSString[])
Documentation for this section has not yet been entered.
SeekToEndOfFile() : ulong
Documentation for this section has not yet been entered.
SeekToFileOffset(ulong)
Documentation for this section has not yet been entered.
SynchronizeFile()
Documentation for this section has not yet been entered.
TruncateFileAtOffset(ulong)
Documentation for this section has not yet been entered.
WaitForDataInBackground()
Documentation for this section has not yet been entered.
WaitForDataInBackgroundAnd(NSString)
Documentation for this section has not yet been entered.
WriteData(NSData)
Documentation for this section has not yet been entered.