I am eager to know how a file in generally structured. Like for example if I get a file's data in terms of an array of bytes the first 6-10 bytes denote the type of a file. I wanted to know what are other parts in which a file is divided. Is all the data further the first 6-10 bytes are the data present in the file or are there any other partitions denoting the metadata ?
Thanks a lot in advance for answering.