MonoMac.Foundation.NSFileHandle: Method Members

The methods of MonoMac.Foundation.NSFileHandle are listed below. For a list of all members, see the NSFileHandle Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

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.