[#BloombergLP-bdls-FdStreamBuf-release] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FdStreamBuf.adoc[FdStreamBuf]::release :relfileprefix: ../../../ :mrdocs: 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 is `isOpened` was false. Note that `fileDescriptor` is `FilesystemUtil::k_INVALID_FD` after this call. == Synopsis Declared in `<bdls_fdstreambuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void release(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#