Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Regarding Checksum calculation

807605Jul 16 2007 — edited Jul 17 2007
Hi 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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2007
Added on Jul 16 2007
5 comments
191 views