|
From: Burkhard S. <b_...@us...> - 2004-12-16 02:50:35
|
Regarding Mark B.'s question about Base64 array lengths: I think most algorithms work the same way as the one you've written. You can infer the number of values by looking at the length of the base64 string. (if you know whether it contains float64 or float32 values) This way you can find out how much memory you need to allocate before actually decoding the base64 string. Best wishes, Burkhard |