Main Content

close

Class: lidar.blocked.Adapter
Namespace: lidar.blocked

Close adapter

Since R2022a

Description

close(obj) closes and releases resources acquired from using the openToRead, openToWrite, and openInParallelToAppend methods. Use this method to flush data, close file handles, and perform other clean up actions.

Input Arguments

expand all

Adapter object, specified as an instance of an adapter class that is subclassed from the lidar.blocked.Adapter class.

Version History

Introduced in R2022a