public Bzip2FileObject(FileObject bzip2ed_file) { AllowChildren(); AddChild(bzip2ed_file, null); }
public GzipFileObject(FileObject gzipped_file) { AllowChildren(); AddChild(gzipped_file, null); }
public Bzip2FileObject (FileObject bzip2ed_file) { AllowChildren (); AddChild (bzip2ed_file, null); }
public GzipFileObject (FileObject gzipped_file) { AllowChildren (); AddChild (gzipped_file, null); }