From: Hiroo H. <hir...@co...> - 2004-09-15 04:47:50
|
Hi, I've checked two changes. 1. programming.html I've updated programming.html to be consistent with the current API. I had to update many lines. And as you see, English is not my first language. Please take a look, and give me your feedback. After waiting for your feedback, I'll change references to classes and methods to hyperlinks. 2. DriverUtil class There are some static classes for Synth Driver. I made a new utility class, DriverUtil class. The following methods are moved into the class. Driver.generateNumbers Driver.calculateChecksum(Patch, int, int, int) Patch.valueOf(byte[]) Patch.getPatchHeader(byte[]) Patch.chooseDriver(byte[]) Patch.chooseDriver(byte[], Device) -- Hiroo Hayashi |