Interface | Description |
---|---|
ILibc |
POSIX Standard C Library wrapper interface
|
Class | Description |
---|---|
NativeConstants |
A collection of various Linux constants (ioctl numbers, file modes erc)
|
NativeDevice |
This class provides access from Java to Linux character devices.
|
NativeFile |
This class provides access to Linux files using native I/O operations.
|
NativeFramebuffer |
Linux framebuffer wrapper class
|
NativeFramebuffer.fb_bitfield |
fb_bitfield mapping
|
NativeFramebuffer.fb_bitfield.ByReference |
Reference wrapper
|
NativeFramebuffer.fb_bitfield.ByValue |
Value wrapper
|
NativeFramebuffer.fb_con2fbmap | |
NativeFramebuffer.fb_fix_screeninfo |
fb_fix_screeninfo mapping
|
NativeFramebuffer.fb_fix_screeninfo.ByReference |
Reference wrapper
|
NativeFramebuffer.fb_fix_screeninfo.ByValue |
Value wrapper
|
NativeFramebuffer.fb_var_screeninfo |
fb_var_screeninfo mapping
|
NativeFramebuffer.fb_var_screeninfo.ByReference |
Reference wrapper
|
NativeFramebuffer.fb_var_screeninfo.ByValue |
Value wrapper
|
NativeLibc |
Native library bindings for standard C library
|
NativeTTY |
Wrapper for basic actions on Linux VT/TTY
|
NativeTTY.vt_mode |
Info about VT configuration.
|
NativeTTY.vt_stat |
Info about an active VT.
|