Note: The implementation assumes that the file is not modified while it is open for reading. The behavior of this class if the file is modified between the calls to open()
and close()
is undefined.
This class is not thread-safe. If the same SequentialChunkFileReader
instance is used concurrently from multiple threads, external synchronization must take place to ensure proper behavior.
@author Torgil Zethson
@since 1.3.0
|
|