File Structure


File Structure : (ICT) Most files are not just a jumbled mess of bytes. There is an order and pattern to the bytes within the file. This pattern is called the file 'structure'. When a software application creates a file, it will do so in a certain way so that the file can be read back. For example a file structure might be something like this:
24 bytes 36 Bytes up to 1MB marked by . So if a software application needs to read back the file it now knows that the first 24 bytes is to be the header (whatever that means to the software) followed by 36 bytes representing a name. Then up to a megabyte that is marked by the "end of picture" set of bytes. And so on. This is why it is very useful for software programmers to have a published file structure. For example, Adobe have released the file structure of their Flash SWF file. This means that other companies can now read and create SWF files as well
No records Found
afaatim.com copyright © April 2016 Dr.K.R.Kamaal. All rights reserved