org.rococoa.cocoa.foundation.categories
Interface NSFileHandleAsynchronousAccess

All Superinterfaces:
ObjCObject

public interface NSFileHandleAsynchronousAccess
extends ObjCObject

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

readInBackgroundAndNotifyForModes

void readInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readInBackgroundAndNotifyForModes:(NSArray*)
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:61


readInBackgroundAndNotify

void readInBackgroundAndNotify()
Original signature : -(void)readInBackgroundAndNotify
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:62


readToEndOfFileInBackgroundAndNotifyForModes

void readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readToEndOfFileInBackgroundAndNotifyForModes:(NSArray*)
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:64


readToEndOfFileInBackgroundAndNotify

void readToEndOfFileInBackgroundAndNotify()
Original signature : -(void)readToEndOfFileInBackgroundAndNotify
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:65


acceptConnectionInBackgroundAndNotifyForModes

void acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)acceptConnectionInBackgroundAndNotifyForModes:(NSArray*)
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:67


acceptConnectionInBackgroundAndNotify

void acceptConnectionInBackgroundAndNotify()
Original signature : -(void)acceptConnectionInBackgroundAndNotify
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:68


waitForDataInBackgroundAndNotifyForModes

void waitForDataInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)waitForDataInBackgroundAndNotifyForModes:(NSArray*)
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:70


waitForDataInBackgroundAndNotify

void waitForDataInBackgroundAndNotify()
Original signature : -(void)waitForDataInBackgroundAndNotify
from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:71



Copyright © 2009. All Rights Reserved.