接口 DataBuffer.ByteBufferIterator
- 所有超级接口:
AutoCloseable,Closeable,Iterator<ByteBuffer>
- 所有已知实现类:
DefaultDataBuffer.ByteBufferIterator,Netty5DataBuffer.BufferComponentIterator,NettyDataBuffer.ByteBufferIterator
- 封闭接口:
- DataBuffer
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.-
方法概要
从接口继承的方法 java.util.Iterator
forEachRemaining, hasNext, next, remove
-
方法详细资料
-
close
void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-