-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I would like to see some functions to facilitate building a framed snappy
stream. Some functions that would be helpful:
EncodeFrame(dst, src []byte)
StartFrames(dst)
FinishFrames(dst)
Please provide any additional information below.
The official snappy repository has a document describing the framing format for
snappy (http://code.google.com/p/snappy/source/browse/trunk/framing_format.txt)
Original issue reported on code.google.com by jehiah on 19 Jul 2012 at 3:58
Reactions are currently unavailable