| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.sun.cldc.jna | The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. | 
| com.sun.squawk.platform.posix.natives | |
| Uses of Function in com.sun.cldc.jna | 
|---|
| Subclasses of Function in com.sun.cldc.jna | |
|---|---|
|  class | BlockingFunctionBlockingFunction allows Java code to call C function that block. | 
| Methods in com.sun.cldc.jna that return Function | |
|---|---|
|  Function | NativeLibrary.getFunction(String funcName)Dynamically look up a native function by name. | 
| static Function | Function.getFunction(String libraryName,
            String funcName)Dynamically look up a native function by name in the named library. | 
| Uses of Function in com.sun.squawk.platform.posix.natives | 
|---|
| Fields in com.sun.squawk.platform.posix.natives declared as Function | |
|---|---|
| protected  Function | LibCImpl.closePtr | 
| protected  Function | LibCImpl.fcntlPtr | 
| protected  Function | LibCImpl.fstatPtr | 
| protected  Function | LibCImpl.fsyncPtr | 
| protected  Function | LibCImpl.lseekPtr | 
| protected  Function | LibCImpl.openPtr | 
| protected  Function | LibCImpl.readPtr | 
| protected  Function | LibCImpl.statPtr | 
| protected  Function | LibCImpl.unlinkPtr | 
| protected  Function | LibCImpl.writePtr | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||