12#ifndef ROOT_TArchiveFile
13#define ROOT_TArchiveFile
#define ClassDef(name, id)
Class describing an archive file containing multiple sub-files, like a ZIP or TAR archive.
Int_t GetMemberIndex() const
const char * GetMemberName() const
virtual ~TArchiveFile()
Dtor.
virtual Int_t SetCurrentMember()=0
TArchiveFile & operator=(const TArchiveFile &)=delete
Not implemented because TArchiveFile can not be copied.
TArchiveMember * fCurMember
Current archive member.
const char * GetArchiveName() const
TArchiveMember * GetMember() const
TString fMemberName
Sub-file name.
static TArchiveFile * Open(const char *url, TFile *file)
Return proper archive file handler depending on passed url.
TString fArchiveName
Archive file name.
static Bool_t ParseUrl(const char *url, TString &archive, TString &member, TString &type)
Try to determine if url contains an anchor specifying an archive member.
TObjArray * GetMembers() const
Int_t fMemberIndex
Index of sub-file in archive.
Long64_t GetMemberFilePosition() const
Return position in archive of current member.
virtual Int_t SetMember(const char *member)
Explicitely make the specified member the current member.
virtual Int_t OpenArchive()=0
Int_t GetNumberOfMembers() const
Returns number of members in archive.
TObjArray * fMembers
Members in this archive.
TArchiveFile(const TArchiveFile &)=delete
Not implemented because TArchiveFile can not be copied.
TFile * fFile
File stream used to access the archive.
const char * GetName() const
Returns name of object.
TString fComment
Comment field.
TDatime fModTime
Modification time.
Long64_t GetDecompressedSize() const
Long64_t fCsize
Compressed size.
TDatime GetModTime() const
Long64_t fPosition
Byte position in archive.
Long64_t fFilePosition
Byte position in archive where member data starts.
const char * GetComment() const
TArchiveMember & operator=(const TArchiveMember &rhs)
Assignment operator.
TString fName
Name of member.
virtual ~TArchiveMember()
TArchiveMember()
Default ctor.
Bool_t fDirectory
Flag indicating this is a directory.
Long64_t GetPosition() const
Bool_t IsDirectory() const
Long64_t fDsize
Decompressed size.
Long64_t GetFilePosition() const
Long64_t GetCompressedSize() const
This class stores the date and time with a precision of one second in an unsigned 32 bit word (950130...
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
Mother of all ROOT objects.