org.rococoa.cocoa.foundation.categories
Interface NSFileHandleAsynchronousAccess

All Known Implementing Classes:
NSFileHandle

public interface NSFileHandleAsynchronousAccess

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSFileHandleAsynchronousAccess._static_
           
 
Method Summary
 void acceptConnectionInBackgroundAndNotify()
           
 void acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
           
 void readInBackgroundAndNotify()
           
 void readInBackgroundAndNotifyForModes(NSArray modes)
           
 void readToEndOfFileInBackgroundAndNotify()
           
 void readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
           
 void waitForDataInBackgroundAndNotify()
           
 void waitForDataInBackgroundAndNotifyForModes(NSArray modes)
           
 

Method Detail

readInBackgroundAndNotifyForModes

void readInBackgroundAndNotifyForModes(NSArray modes)

readInBackgroundAndNotify

void readInBackgroundAndNotify()

readToEndOfFileInBackgroundAndNotifyForModes

void readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)

readToEndOfFileInBackgroundAndNotify

void readToEndOfFileInBackgroundAndNotify()

acceptConnectionInBackgroundAndNotifyForModes

void acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)

acceptConnectionInBackgroundAndNotify

void acceptConnectionInBackgroundAndNotify()

waitForDataInBackgroundAndNotifyForModes

void waitForDataInBackgroundAndNotifyForModes(NSArray modes)

waitForDataInBackgroundAndNotify

void waitForDataInBackgroundAndNotify()