How can I check if data is snappy compressed in the Stream format? https://github.com/kesla/node-snappy provides [isValidSnappyCompressed(input, callback)](https://github.com/kesla/node-snappy#snappyisvalidcompressedinput-callback). Perhaps there's something similar for this library? Thanks