Companion

object Companion : RecordCompanion<MappedFile, <Error class: unknown class>>

Functions

Link copied to clipboard
fun new(filename: String, writable: Boolean): <Error class: unknown class><MappedFile>

Maps a file into memory. On UNIX, this is using the mmap() function.

Link copied to clipboard
fun newFromFd(fd: Int, writable: Boolean): <Error class: unknown class><MappedFile>

Maps a file into memory. On UNIX, this is using the mmap() function.

Link copied to clipboard
open override fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): MappedFile

Wrap a CPointer pointing to a record of this type into its wrapper class.