public interface LobChunkProducer
LobChunk| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the underlaying stream of producing the chunks
|
LobChunk |
getNextChunk()
Gets the next LobChunk from the source, based on the chunk size configured
|
LobChunk getNextChunk() throws IOException
position - position of the chunk starts from 1 to .. increments by one
until the last chunk returned. Must start with 1 and increment.IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.