Exemplo n.º 1
0
 public Bzip2FileObject(FileObject bzip2ed_file)
 {
     AllowChildren();
     AddChild(bzip2ed_file, null);
 }
Exemplo n.º 2
0
 public GzipFileObject(FileObject gzipped_file)
 {
     AllowChildren();
     AddChild(gzipped_file, null);
 }
Exemplo n.º 3
0
		public Bzip2FileObject (FileObject bzip2ed_file)
		{
			AllowChildren ();
			AddChild (bzip2ed_file, null);
		}
Exemplo n.º 4
0
		public GzipFileObject (FileObject gzipped_file)
		{
			AllowChildren ();
			AddChild (gzipped_file, null);
		}