B
brianlivezey
I have a very large file containing fixed-length records. I'd like to
create a method to update one of those records without incurring the
cost of rewriting the entire file.
Is such a thing possible in C#? Nothing that I've seen in System.IO
seems appropriate.
Thanks!
Brian
create a method to update one of those records without incurring the
cost of rewriting the entire file.
Is such a thing possible in C#? Nothing that I've seen in System.IO
seems appropriate.
Thanks!
Brian