I'm still a bit confused.
I wrote out a cluster which contains an array (It's an waveform). I keep on appending the file with the cluster which contains the same size of array.
Now I'm trying to read it back in. But instead of reading it from the beginning, I want it to start a specific cluster. I have already determined how many clusters I want to skip. Inorder to skip, the read to needs to know how many bytes to skip.
To determine the number of bytes I need to skip, I read in one of the clusters. So If I use flatten to string, should that provide the number of bytes one of these clusters will take up?
Thanks.