|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
Original signature : -(void)acceptConnectionInBackgroundAndNotify from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:68 |
void |
acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)acceptConnectionInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:67 |
void |
readInBackgroundAndNotify()
Original signature : -(void)readInBackgroundAndNotify from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:62 |
void |
readInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:61 |
void |
readToEndOfFileInBackgroundAndNotify()
Original signature : -(void)readToEndOfFileInBackgroundAndNotify from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:65 |
void |
readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readToEndOfFileInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:64 |
void |
waitForDataInBackgroundAndNotify()
Original signature : -(void)waitForDataInBackgroundAndNotify from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:71 |
void |
waitForDataInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)waitForDataInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:70 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void readInBackgroundAndNotifyForModes(NSArray modes)
-(void)readInBackgroundAndNotifyForModes:(NSArray*)
void readInBackgroundAndNotify()
-(void)readInBackgroundAndNotify
void readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
-(void)readToEndOfFileInBackgroundAndNotifyForModes:(NSArray*)
void readToEndOfFileInBackgroundAndNotify()
-(void)readToEndOfFileInBackgroundAndNotify
void acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
-(void)acceptConnectionInBackgroundAndNotifyForModes:(NSArray*)
void acceptConnectionInBackgroundAndNotify()
-(void)acceptConnectionInBackgroundAndNotify
void waitForDataInBackgroundAndNotifyForModes(NSArray modes)
-(void)waitForDataInBackgroundAndNotifyForModes:(NSArray*)
void waitForDataInBackgroundAndNotify()
-(void)waitForDataInBackgroundAndNotify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |