Method Summary |
|
native public static String | defaultEncoding(long pool) Get the name of the system default characer set. |
native public static String | expand(String str) Expand environment variables. |
native public static int | info(long[] inf) Gather system info. |
native public static String | localeEncoding(long pool) Get the name of the current locale character set. |
native public static int | random(byte[] buf, int len) Generate random bytes. |
native public static void | syslog(int level, String message) Log message.
Parameters: level - Log message severity. |
native public static void | sysloginit(String domain) Initialize system logging. |