|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSPipe
public abstract class NSPipe
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 class |
NSPipe._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPipe()
|
Method Summary | |
---|---|
static NSPipe |
alloc()
|
static NSPipe |
create()
Factory method |
abstract NSFileHandle |
fileHandleForReading()
Original signature : -(NSFileHandle*)fileHandleForReading native declaration : NSFileHandle.h:85 |
abstract NSFileHandle |
fileHandleForWriting()
Original signature : -(NSFileHandle*)fileHandleForWriting native declaration : NSFileHandle.h:86 |
static NSPipe._class_ |
getNSClass()
|
abstract NSPipe |
init()
Original signature : -(id)init native declaration : NSFileHandle.h:88 |
static NSPipe |
new_()
|
static NSPipe |
pipe()
Original signature : +(id)pipe native declaration : NSFileHandle.h:89 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPipe()
Method Detail |
---|
public abstract NSFileHandle fileHandleForReading()
-(NSFileHandle*)fileHandleForReading
public abstract NSFileHandle fileHandleForWriting()
-(NSFileHandle*)fileHandleForWriting
public abstract NSPipe init()
-(id)init
init
in class NSObject
public static NSPipe create()
init()
public static NSPipe pipe()
+(id)pipe
public static NSPipe alloc()
public static NSPipe new_()
public static NSPipe._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |