예제 #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);
		}