FallocateFd

class FallocateFd(val fd: FileDescriptor, val offset: Long, val length: Long)(source)

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.

Constructors

Link copied to clipboard
constructor(fd: FileDescriptor, offset: Long, length: Long)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard