public HipFile(Section_HIPA HIPA, Section_PACK PACK, Section_DICT DICT, Section_STRM STRM) { this.HIPA = HIPA; this.PACK = PACK; this.DICT = DICT; this.STRM = STRM; }
private HipFile() { HIPA = new Section_HIPA(); PACK = new Section_PACK(); DICT = new Section_DICT { ATOC = new Section_ATOC(), LTOC = new Section_LTOC() }; STRM = new Section_STRM(); }