struct FileInfo
Basic information about a single file.
FileInfoSeq
The SHA-1 checksum of the file.
The pathname.
The size of the compressed file in number of bytes.
::Ice::ByteSeq checksum;
string path;
int size;