Uses of Class
com.sun.akuma.CLibrary.FILE
-
Uses of CLibrary.FILE in com.sun.akuma
Methods in com.sun.akuma that return CLibrary.FILEMethods in com.sun.akuma with parameters of type CLibrary.FILEModifier and TypeMethodDescriptionint
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)