Interface CloseableDataBuffer

All Superinterfaces:
AutoCloseable, DataBuffer
All Known Implementing Classes:
Netty5DataBuffer

public interface CloseableDataBuffer extends DataBuffer, AutoCloseable
Extension of DataBuffer that allows for buffers that can be used in a try-with-resources statement.
Since:
6.0
Author:
Arjen Poutsma
  • Method Details