|
|
The interface that provides access to files.
Return the FileInfoSeq for the specified partition. If the partion number is out of range, the operation throws PartitionOutOfRangException.
A sequence containing the FileInfo structures for files in the specified partition.
Return the checksums for all partitions.
A sequence containing 256 checksums. Partitions with a checksum that differs from the previous checksum for the same partition contain updated files. Partitions with a checksum that is identical to the previous checksum do not contain updated files.
Return the master checksum for all partitions. If this checksum is the same as for a previous run, the entire file set is up-to-date.
The master checksum for the file set.
Read the specified file. If the read operation fails, the operation throws FileAccessException. This operation may only return fewer bytes than requested in case there was an end-of-file condition.
A sequence containing the compressed file contents.
|
|