Disassociate this file handler from its file descriptor without closing it.
Synopsis
Declared in <bdls_fdstreambuf.h>
void
release();
Description
Disassociate this file handler from any file descriptor with which it may be associated without closing that file descriptor. This method succeeds with no effect if isOpened was false. Note that fileDescriptor is FilesystemUtil::k_INVALID_FD after this call.
Created with MrDocs