◆ close()
void fiftyone.common.wrappers.data.BinaryReader.close | ( | ) |
Set the byte buffer to null to prevent any further access to the under lying data.
This should be done before the channel is closed as the byte buffer could be tied to the channel. Any subsequent access to the methods will fail with a null object exception.