public final class PosixJavaNIOSubstitutions extends Object
| Constructor and Description |
|---|
PosixJavaNIOSubstitutions() |
| Modifier and Type | Method and Description |
|---|---|
protected static long |
convertLongReturnVal(long n,
boolean reading) |
protected static long |
convertLongReturnVal(org.graalvm.word.WordBase n,
boolean reading) |
protected static int |
convertReturnVal(int n,
boolean reading) |
protected static int |
convertReturnVal(org.graalvm.word.WordBase n,
boolean reading) |
protected static <T extends org.graalvm.word.PointerBase> |
dlsym(org.graalvm.word.PointerBase handle,
String name) |
protected static int |
fdval(FileDescriptor fdo) |
protected static int |
handle(int rv,
String msg) |
protected static long |
handle(long rv,
String msg) |
protected static IOException |
throwIOExceptionWithLastError(String defaultMsg) |
protected static byte[] |
toByteArray(org.graalvm.nativeimage.c.type.CCharPointer cstr) |
protected static IOException throwIOExceptionWithLastError(String defaultMsg) throws IOException
IOExceptionprotected static int handle(int rv,
String msg)
throws IOException
IOExceptionprotected static long handle(long rv,
String msg)
throws IOException
IOExceptionprotected static int convertReturnVal(org.graalvm.word.WordBase n,
boolean reading)
throws IOException
IOExceptionprotected static int convertReturnVal(int n,
boolean reading)
throws IOException
IOExceptionprotected static long convertLongReturnVal(org.graalvm.word.WordBase n,
boolean reading)
throws IOException
IOExceptionprotected static long convertLongReturnVal(long n,
boolean reading)
throws IOException
IOExceptionprotected static int fdval(FileDescriptor fdo)
protected static <T extends org.graalvm.word.PointerBase> T dlsym(org.graalvm.word.PointerBase handle,
String name)
protected static byte[] toByteArray(org.graalvm.nativeimage.c.type.CCharPointer cstr)