'How to calcutate .FLAC File Size?

I had retrieved more information of flac file:

Block size min = 1152 Block size max = 1152 Frame size min = 1650 Frame size max = 6130 Sample rate = 96000 Channels = 2 Bits per sample = 24 Total samples = 3828096 MD5 Signature Picture length = 58336

I only get to know about STREAMINFO block and i am not interested in all the info regarding this file.

sing(refering) this documentation :- link

Basically i am looking for file size or how to traverse to the end of .flac file.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source