Uses of Class
com.jniwrapper.macosx.cocoa.nsfilehandle.NSFileHandle

Packages that use NSFileHandle
com.jniwrapper.macosx.cocoa.nsfilehandle   
 

Uses of NSFileHandle in com.jniwrapper.macosx.cocoa.nsfilehandle
 

Methods in com.jniwrapper.macosx.cocoa.nsfilehandle that return NSFileHandle
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleWithNullDevice()
          This method represents the fileHandleWithNullDevice static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleForUpdatingAtPath(java.lang.String path)
          This method represents the fileHandleForUpdatingAtPath static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleForWritingAtPath(java.lang.String path)
          This method represents the fileHandleForWritingAtPath static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleForReadingAtPath(java.lang.String path)
          This method represents the fileHandleForReadingAtPath static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleWithStandardOutput()
          This method represents the fileHandleWithStandardOutput static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleWithStandardInput()
          This method represents the fileHandleWithStandardInput static constructor of the NSFileHandle Objective-C class.
static NSFileHandle NSFileHandle.NSFileHandle_fileHandleWithStandardError()
          This method represents the fileHandleWithStandardError static constructor of the NSFileHandle Objective-C class.