Exemplo n.º 1
0
 public void SetSource(VDFSArchive archive, uint offset, uint size)
 {
     this.archive = archive;
     this.offset  = offset;
     this.size    = size;
 }
Exemplo n.º 2
0
 public VDFSFileInfo(string path, VDFSDirectoryInfo dirInfo, VDFSArchive archive, uint offset, uint size)
 {
     this.path    = path;
     this.dirInfo = dirInfo;
     SetSource(archive, offset, size);
 }