AAsset_seek64

Seek to the specified offset within the asset data. 'whence' uses the same constants as lseek()/fseek().

Uses 64-bit data type for large files as opposed to the 32-bit type used by AAsset_seek.

Returns the new position on success, or (off64_t) -1 on error.

version(Android)
extern (C) @system nothrow @nogc
off64_t
AAsset_seek64
(,
off64_t offset
,
int whence
)

Meta