mvl_close: Close MVL file

View source: R/RMVL.R

mvl_closeR Documentation

Close MVL file

Description

Closes MVL file releasing all resources. For read-only files the memory is unmapped, reducing the virtual memory footprint. For files opened for writing the directory is written out, so it is important to call mvl_close or the newly written file will be corrupt. After mvl_close() all previously obtained MVL_OBJECT's with this handle become invalid.

Usage

mvl_close(MVLHANDLE)

Arguments

MVLHANDLE

handle to opened MVL file as generated by mvl_open()

Value

None

See Also

mvl_open, mvl_remap


RMVL documentation built on Nov. 2, 2023, 6:09 p.m.

Related to mvl_close in RMVL...