Functions |
ANetFile | ANetInitFile (void) |
| Initializes an ANetFile structure. More...
|
UInt32 | ANetGetSetFilePath (ANetFile *f, ANetMemoryTag path, UInt8 set) |
| Gets or sets the file path of an ANetFile . More...
|
UInt32 | ANetGetSetFileAsync (ANetFile *f, UInt8 *async, UInt8 set) |
| Gets or sets the asynchronous flag of an ANetFile . More...
|
UInt8 | ANetIsFileBusy (ANetFile *f) |
| Returns the value of the "busy"flag of an ANetFile . More...
|
UInt32 | ANetGetFileSize (ANetFile *f, UInt32 *size) |
| Gets the size of a file pointed by an ANetFile . More...
|
UInt32 | ANetOpenFile (ANetFile *f) |
| Opens a file pointed by an ANetFile . More...
|
UInt32 | ANetCloseFile (ANetFile *f) |
| Closes a file pointed by an ANetFile . More...
|
UInt32 | ANetReadFile (ANetFile *f, UInt32 startPos, UInt32 length, ANetMemoryTag buffer, UInt32 *read) |
| Reads data from a file pointed bu an ANetFile . More...
|
UInt32 | ANetWriteFile (ANetFile *f, ANetMemoryTag buffer) |
UInt32 | ANetWriteFileAt (ANetFile *f, ANetMemoryTag buffer, UInt32 pos) |
UInt32 | ANetDeleteFile (ANetFile *f) |
UInt32 | ANetCopyFile (ANetFile *source, ANetFile *dest) |