Companion
object Companion
Functions
Link copied to clipboard
Maps a file into memory. On UNIX, this is using the mmap() function.
Link copied to clipboard
fun newFromFd(fd: <Error class: unknown class>, writable: Boolean): <Error class: unknown class><MappedFile>
Maps a file into memory. On UNIX, this is using the mmap() function.