From: Jeff W. <jww...@ya...> - 2005-03-05 15:39:52
|
Joe>Well, I don't really care about *editing* as much as just *seeing*. Joe>Something that just broke the data into your standard hex-editor Joe>*style* There's a static method called hexDump in Core.Utility that you might want to check out. You give it a bytearray and it returns a string type containing a formatted hex dump of whatever you need. You can just put it in a System.out.println call. Nothing fancy, but it's quick and easy and it does the job. __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |