public Header(HeaderStructure headerStructure) { this.command = headerStructure.Command; this.flag = headerStructure.Flag; this.headerLength = headerStructure.HeaderLength; }
public Header() { this.command = new Command(); this.flag = new Flag(); this.headerLength = new HeaderLength(); }