public class Util
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Util.EnvJNI |
(package private) static class |
Util.UtilJNI |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
errno() |
static void |
link(java.io.File source,
java.io.File target)
Creates a hard link from source to target.
|
(package private) static java.lang.String |
strerror() |
(package private) static java.lang.String |
string(long ptr) |
public static void link(java.io.File source,
java.io.File target)
throws java.io.IOException
source - target - java.io.IOExceptionstatic int errno()
static java.lang.String strerror()
static java.lang.String string(long ptr)