alanchinese Posted January 14, 2009 Posted January 14, 2009 What's the most efficient way to read a portion of data from a 100MB file, where I already knew the starting position and the length I need? Thanks a lot, Alan. Quote
Administrators PlausiblyDamp Posted January 14, 2009 Administrators Posted January 14, 2009 If you open a FileStream over the file you could just seek to the correct offset and then read from there. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.