示例#1
0
 public Bzip2FileObject(FileObject bzip2ed_file)
 {
     AllowChildren();
     AddChild(bzip2ed_file, null);
 }
示例#2
0
 public GzipFileObject(FileObject gzipped_file)
 {
     AllowChildren();
     AddChild(gzipped_file, null);
 }
示例#3
0
		public Bzip2FileObject (FileObject bzip2ed_file)
		{
			AllowChildren ();
			AddChild (bzip2ed_file, null);
		}
示例#4
0
		public GzipFileObject (FileObject gzipped_file)
		{
			AllowChildren ();
			AddChild (gzipped_file, null);
		}