Uses of Class
com.jniwrapper.macosx.cocoa.nsstream.NSOutputStream

Packages that use NSOutputStream
com.jniwrapper.macosx.cocoa.nsstream   
 

Uses of NSOutputStream in com.jniwrapper.macosx.cocoa.nsstream
 

Methods in com.jniwrapper.macosx.cocoa.nsstream that return NSOutputStream
static NSOutputStream NSOutputStream.NSOutputStream_outputStreamToFileAtPath_append(java.lang.String path, boolean shouldAppend)
          This method represents the outputStreamToFileAtPath static constructor of the NSOutputStream Objective-C class.
static NSOutputStream NSOutputStream.NSOutputStream_outputStreamToMemory()
          This method represents the outputStreamToMemory static constructor of the NSOutputStream Objective-C class.
static NSOutputStream NSOutputStream.NSOutputStream_outputStreamToBuffer_capacity(com.jniwrapper.UInt8 buffer, com.jniwrapper.UInt capacity)
          This method represents the outputStreamToBuffer static constructor of the NSOutputStream Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsstream with parameters of type NSOutputStream
static void NSStream.static_getStreamsToHost_port_inputStream_outputStream(NSHost host, com.jniwrapper.Int port, NSInputStream inputStream, NSOutputStream outputStream)
          This method represents the getStreamsToHost() method of the NSStream Objective-C class.