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

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

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

Methods in com.jniwrapper.macosx.cocoa.nsstream that return NSInputStream
static NSInputStream NSInputStream.NSInputStream_inputStreamWithData(NSData data)
          This method represents the inputStreamWithData static constructor of the NSInputStream Objective-C class.
static NSInputStream NSInputStream.NSInputStream_inputStreamWithFileAtPath(java.lang.String path)
          This method represents the inputStreamWithFileAtPath static constructor of the NSInputStream Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsstream with parameters of type NSInputStream
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.