org.sourceforge.jxutil
Class LibC
java.lang.Object
|
+--org.sourceforge.jxutil.JNI
|
+--org.sourceforge.jxutil.SCCI
|
+--org.sourceforge.jxutil.LibC
- public class LibC
- extends SCCI
SCCI wrapper for selected libc calls.
Fields inherited from class org.sourceforge.jxutil.JNI |
loaded |
Constructor Summary |
LibC()
|
Methods inherited from class org.sourceforge.jxutil.SCCI |
call_D_d, call_I_i, call_I_T, call_II_i, call_II_T, call_III_i, call_III_Y, call_IIyiiiyi_i, call_IIyiiyil_i, call_IIyyIyI_i, call_IT_i, call_Iy_i, call_IyI_i, call_IYIIi_i, call_T_i, call_TT_i, call_V_i, dlclose, dlopen, dlsym, makeCallbackS, makeCallbackV, testHandler, toByteArray, toUTF8String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fh_fclose
private static final int fh_fclose
fh_fopen
private static final int fh_fopen
fh_free
private static final int fh_free
fh_malloc
private static final int fh_malloc
h_libc
private static final int h_libc
LibC
public LibC()
fclose
public static int fclose(int stream)
fopen
public static int fopen(String path,
String mode)
free
public static void free(int ptr)
malloc
public static int malloc(int size)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.