public interface BytesMethodWriterInvocationHandler extends InvocationHandler
InvocationHandler for method writers operating
on BytesOut. It extends the standard handler contract by exposing a
hook for resource cleanup via onClose(Closeable).| Modifier and Type | Method and Description |
|---|---|
void |
onClose(net.openhft.chronicle.core.io.Closeable closeable)
Register a
Closeable resource that should be closed when the
associated writer is closed. |
invokeCopyright © 2026 Chronicle Software Ltd. All rights reserved.