开发者

Where can i find collection of various common File Extension structure?

开发者 https://www.devze.com 2023-03-10 14:56 出处:网络
Suppose i want to fstream some image file like jpeg, i\'d need to know its internal structure, and how it is stored. Therefore, i just want to know if there exist some website that collect information

Suppose i want to fstream some image file like jpeg, i'd need to know its internal structure, and how it is stored. Therefore, i just want to know if there exist some website that collect information on structure of each file extension? There's only website开发者_如何学C such as filext.com that tell us about what kind of file it is. I just want to know if there exists websites or documents that generally tell me all common file extension's structure.

PS: if there isn't one, then i'll have to lookup each file extensions' documentation...


http://www.wotsit.org/ Has descriptions for many file formats.

You will have a hard time implementing parsers for "all common file extensions" though. You are probably going to have better success using libraries, or depending what you are trying to do, using OS-specific file info functions. Maybe even supporting an existing plugin format like Windows Explorer.

0

精彩评论

暂无评论...
验证码 换一张
取 消