Regarding Checksum calculation
807605Jul 16 2007 — edited Jul 17 2007Hi All,
In my project I am reading an huge xml file (EX 200 mb)using SAX parser and then collecting information into objects put these object into another dto and then giving this object to checksum calculator to calculate the checksum.I am using md5 algorithm.By this way I am facing performance problems with 200mb in memory,Is there any way to calculate checksum partially and then adding at the end ?