Interface IBufferProvider
-
- All Known Implementing Classes:
ResultSetBufferProvider
public interface IBufferProviderProvides 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.ByteBuffernextBuffer()Get the next buffer in the sequence, or null when the end has been reached
-