Uses of Class
com.jniwrapper.macosx.cocoa.nshost.NSHost

Packages that use NSHost
com.jniwrapper.macosx.cocoa.nshost   
com.jniwrapper.macosx.cocoa.nsstream   
 

Uses of NSHost in com.jniwrapper.macosx.cocoa.nshost
 

Methods in com.jniwrapper.macosx.cocoa.nshost with parameters of type NSHost
 com.jniwrapper.Bool NSHost.isEqualToHost(NSHost aHost)
           
 

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

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