mooijtech / go-pst

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

Support ZLib #15

Open mooijtech opened 10 months ago

mooijtech commented 10 months ago

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

Edit: Possibly supports ReadAhead

mooijtech commented 9 months ago

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