AbstractReader.Skip doesn't work for UsePostDataDescriptor zip streams #162
Closed
Description
In AbstractReader.Skip()
the shortcut to skip data by reading the raw stream rather than decompressing doesn't work if .CompressedSize
is 0 due to a UsePostDataDescriptor formatted zip entry header.