public interface JslipcBinman extends Closeable
cleanUpOnClose()
is called prior to Closeable.close()
, an implementation
of this interface should try to release all resource it relies on (e.g. files, buffers, etc.),
whether create by itself or passed in.Modifier and Type | Method and Description |
---|---|
void |
cleanUpOnClose()
Attempts to clean up any resources on
Closeable.close() if they are no longer needed. |
void cleanUpOnClose()
Closeable.close()
if they are no longer needed.Copyright © 2014. All Rights Reserved.