Search found 1 match
- Wed Aug 08, 2012 5:50 pm
- Forum: Coding Critique
- Topic: File format (mime type) identifying
- Replies: 10
- Views: 31522
Re: File format (mime type) identifying
All I care about is making sure that a file is an archive type of file. But I wanted to not make so many iterations thru the loop of potential files, and only read the specific portion of data from the file where the "magic" is supposed to be, instead of reading from the beginning of every...