Modifier and Type | Method and Description |
---|---|
CLibrary.FILE |
CLibrary.fopen(String fileName,
String mode) |
Modifier and Type | Method and 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) |
Copyright © 2015. All rights reserved.