Package-level declarations

Types

Link copied to clipboard
class FallocateFd(val fd: FileDescriptor, val offset: Long, val length: Long)

Reserve storage for a specified range within a file, starting at offset and extending for length, on the file descriptor fd. This functions behaves similarly to posix_fallocate in POSIX.