nextHole
Indicates that the offset should be set to the next hole after the specified number of bytes.
Declaration
static var nextHole: FileDescriptor.SeekOrigin { get }Mentioned in
Discussion
For information about what is considered a hole, see the lseek(2) man page.
The corresponding C constant is SEEK_HOLE.