nextData
Indicates that the offset should be set to the start of the next file region that isn’t a hole and is greater than or equal to the supplied offset.
Declaration
static var nextData: FileDescriptor.SeekOrigin { get }Mentioned in
Discussion
The corresponding C constant is SEEK_DATA.