jxUtil 0.6

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.


Field Summary
private static int fh_fclose
           
private static int fh_fopen
           
private static int fh_free
           
private static int fh_malloc
           
private static int h_libc
           
 
Fields inherited from class org.sourceforge.jxutil.JNI
loaded
 
Constructor Summary
LibC()
           
 
Method Summary
static int fclose(int stream)
           
static int fopen(String path, String mode)
           
static void free(int ptr)
           
static int malloc(int size)
           
 
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
 

Field Detail

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
Constructor Detail

LibC

public LibC()
Method Detail

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)

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.