I am writing a gob of data that will be compressed. This is going out to a Sink. Unfortunately I don't know how much data will be written by the program until it signals completion. Looking at the docs for Sink that only thing I can see that may support going back to write a block size variable in the file header is PutModifiable but really there are no clear docs of what it is or what it does. Can anyone explain this or if there is a better way to accomplish what I need?
a) need to know what the compressed size was that was written to a Sink b) need to go back and modify an earlier written byte by the Sink - in my case a FileSink. Thanks -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
