mooijtech / go-pst

Personal Storage Table implementation in Go/Golang
https://mooijtech.github.io/go-pst/
Apache License 2.0
25 stars 8 forks source link

Support ZLib #15

Open mooijtech opened 1 year ago

mooijtech commented 1 year ago

ZLib decompression is not currently supported, check for ZLib (magic) bytes and decompress accordingly in the HeapOnNodeReader.

Edit: Possibly supports ReadAhead

mooijtech commented 1 year ago

Required for OST support, references https://github.com/mooijtech/go-pst/issues/30