Information on next block in blocked file-set
The nextblock
function returns an error if no more blocks exist in
the BlockedFileSet
object. To avoid this error, use
nextblock
along with hasNextBlock
and
reset
. The hasNextBlock
function checks if blocks
still remain in the blocked file-set, while the reset
method resets the
internal pointer to the beginning of the blocked file-set.