接口 DataBuffer.ByteBufferIterator

所有超级接口:
AutoCloseable, Closeable, Iterator<ByteBuffer>
所有已知实现类:
DefaultDataBuffer.ByteBufferIterator, Netty5DataBuffer.BufferComponentIterator, NettyDataBuffer.ByteBufferIterator
封闭接口:
DataBuffer

public static interface DataBuffer.ByteBufferIterator extends Iterator<ByteBuffer>, Closeable
A dedicated iterator type that ensures the lifecycle of iterated ByteBuffer elements. This iterator must be used in a try-with-resources clause or explicitly closed.
另请参阅: