New topic: File CRC
<http://forums.realsoftware.com/viewtopic.php?t=33745> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message JustSomeGuy Post subject: File CRCPosted: Tue May 11, 2010 12:51 pm Joined: Fri May 11, 2007 11:35 am Posts: 811 I need to calculate the CRC of a binary file I am writing with stream io. It is too difficult to go through all my code to find every place I write a byte and update the crc with those bytes... Can I subclass a class and modify a write method such that the write method calculates the CRC and then writes the data, thus isolating the application from the necessity to calculate the crc every time it writes data to the stream? I assume I must also add a method to retrieve the CRC.... _________________ 6502 Assembler on Steroids Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
