|
Does the XMLDocument.Load(System.IO.Stream) method load the whole The description of the XMLDocument.Load method doesn't quite answer the
question. When passing in a FileStream object to the Load method, does it
load the entire document into memory? For example, if I have a 1 gigabyte
file, would the Load method attempt read the entire 1 gigabyte file into
memory when using a FileStream object? |