@FunctionalInterface public interface ReleaseFileStream
CreateFileStream
interface.Modifier and Type | Method and Description |
---|---|
void |
invoke(Closeable fileStream)
Releases stream which was instantiated by the method associated with
CreateFileStream interface. |
void invoke(Closeable fileStream)
Releases stream which was instantiated by the method associated with CreateFileStream
interface.
fileStream
- The stream created by the method associated with CreateFileStream
interface.Copyright © 2023. All rights reserved.