Interface IBufferProvider
-
- All Known Implementing Classes:
ResultSetBufferProvider
public interface IBufferProvider
Provides a sequential list of buffers which can be iterated over to recompose a larger buffer that has been broken into chunks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
nextBuffer()
Get the next buffer in the sequence, or null when the end has been reached
-