[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reading large files
- From: Romulo Bahiense <romulo@...>
- Date: Wed, 24 Aug 2005 20:20:36 -0300
Besides that sample size (256, 512...), I would specially check chars
lower than 0x20, except, of cource, CR and LF. I think when someone is
willing to determine if a file is binary or not, he or she is more
interested to know if the file contains NULL. Don't they?
--rb