|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSOutputStreamExtensions
The NSOutputStreamExtensions category contains additional initializers and convenience routines for dealing with NSOutputStreams.
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 |
NSOutputStreamExtensions._static_
|
Method Summary | |
---|---|
NSOutputStream |
initToBuffer_capacity(ByteBuffer buffer,
NSUInteger capacity)
Original signature : -(id)initToBuffer:(uint8_t*) capacity:(NSUInteger) from NSOutputStreamExtensions native declaration : NSStream.h:98 |
NSOutputStream |
initToBuffer_capacity(Pointer buffer,
NSUInteger capacity)
Deprecated. use the safer methods initToBuffer_capacity(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and initToBuffer_capacity(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead |
NSOutputStream |
initToFileAtPath_append(NSString path,
boolean shouldAppend)
Original signature : -(id)initToFileAtPath:(NSString*) append:(BOOL) from NSOutputStreamExtensions native declaration : NSStream.h:99 |
NSOutputStream |
initToMemory()
Original signature : -(id)initToMemory from NSOutputStreamExtensions native declaration : NSStream.h:97 |
NSOutputStream |
initWithURL_append(NSURL url,
boolean shouldAppend)
Original signature : -(id)initWithURL:(NSURL*) append:(BOOL) from NSOutputStreamExtensions native declaration : NSStream.h:100 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSOutputStream initToMemory()
-(id)initToMemory
@Deprecated NSOutputStream initToBuffer_capacity(Pointer buffer, NSUInteger capacity)
initToBuffer_capacity(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger)
and initToBuffer_capacity(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger)
instead
-(id)initToBuffer:(uint8_t*) capacity:(NSUInteger)
NSOutputStream initToBuffer_capacity(ByteBuffer buffer, NSUInteger capacity)
-(id)initToBuffer:(uint8_t*) capacity:(NSUInteger)
NSOutputStream initToFileAtPath_append(NSString path, boolean shouldAppend)
-(id)initToFileAtPath:(NSString*) append:(BOOL)
NSOutputStream initWithURL_append(NSURL url, boolean shouldAppend)
-(id)initWithURL:(NSURL*) append:(BOOL)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |