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.FILE
CLibrary. 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 int
CLibrary. fclose(CLibrary.FILE file)
int
CLibrary. fread(com.sun.jna.Pointer buf, int size, int count, CLibrary.FILE file)
int
CLibrary. fseek(CLibrary.FILE file, long offset, int whence)
long
CLibrary. ftell(CLibrary.FILE file)
-