07-18-2008 08:49 AM
07-18-2008 08:52 AM
07-18-2008 08:54 AM
07-18-2008 09:25 AM
07-18-2008 09:51 AM
07-18-2008 10:19 AM - edited 07-18-2008 10:20 AM
Set the offset and the number of bytes as needed. Since you're reading bytes the byte order shouldn't matter. Note that it's better to read the chunk you want rather than reading one byte at a time from the file. File I/O operations are very expensive and slow.