Information on previous block in blocked file-set
The previousblock
method returns an error if no blocks have been
read from the BlockedFileSet
object bs
. To avoid
this error, you can use previousblock
along with
hasPreviousBlock
and reset
. The
hasPreviousBlock
method checks if blocks still remain that were
previously read from the BlockedFileSet
object, while the
reset
method resets the internal pointer to the beginning of the
BlockedFileSet
object.