internal SeekableZipFilePart(SeekableZipHeaderFactory headerFactory, DirectoryEntryHeader header, Stream stream)
     : base(header, stream)
 {
     this.headerFactory = headerFactory;
 }
Beispiel #2
0
 internal SeekableZipFilePart(SeekableZipHeaderFactory headerFactory, DirectoryEntryHeader header, Stream stream)
     : base(header, stream)
 {
     this._headerFactory = headerFactory;
 }