java - Writing a parser which deals with big XML files, how to encapsulate data of downloaded files? -


i'm developing parser deals big xml files, can 100 files constantly, , every file around 15mb. parse using xom library.

at beginning made decision upon downloading convert string, later understood wrong. first of convert later inputstream, parsed xom , second reason java string pool so, every xml file double amount of memory uses.

but doubt right store downloaded data in inputstream? possible there're approaches don't know about?

thank you.


Comments

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -