AAsset_seek

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

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

version(Android)
extern (C) @system nothrow @nogc
off_t
AAsset_seek
(,
off_t offset
,
int whence
)

Meta