Mono Class Library: Mono.Unix.Native.Syscall Overview | MembersMono.Unix.Native.Syscall.lseek Method |
Changes the read/write file offset of a file descriptor. [Edit]
|
Documentation for this section has not yet been entered. [Edit]
The offset parameter is interpreted according to the possible following values of whence:If we seek past the end of a file, the new file region contains 0. [Edit]
Value Description SEEK_SET the new file offset will be the current offset plus offset. SEEK_CUR the new file offset will be offset. SEEK_END the new file offset will be the end of the file plus offset.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0