Uses of Class
com.sun.akuma.CLibrary.FILE
-
-
Uses of CLibrary.FILE in com.sun.akuma
Methods in com.sun.akuma that return CLibrary.FILE Modifier and Type Method Description CLibrary.FILECLibrary. fopen(java.lang.String fileName, java.lang.String mode)Methods in com.sun.akuma with parameters of type CLibrary.FILE Modifier and Type Method Description intCLibrary. fclose(CLibrary.FILE file)intCLibrary. fread(com.sun.jna.Pointer buf, int size, int count, CLibrary.FILE file)intCLibrary. fseek(CLibrary.FILE file, long offset, int whence)longCLibrary. ftell(CLibrary.FILE file)
-