Unsolved
This post is more than 5 years old
2 Posts
0
489
Getting blob by MD5 hash
Hello
Once I have the CDF data, is it possible to save locally a specific blob identified by its MD5 hash string?
For example, I have 100 blobs but I need only 1 of them. I can tell which one by analysing the CDF file. The MD5 hash is there and I just need that particular blob. Could not find a way to accomplish this through the sdk.
Or am I missing something?
Thanks.
mckeown_paul
409 Posts
0
September 25th, 2014 07:00
The API will allow you to read an individual blob back vai the FPTag_BlobRead method call.
You either write some code to do this or leverage a tool called jcasscript.jar.