com.neuron.app.tonto
Class Firmware

java.lang.Object
  extended by com.neuron.app.tonto.Firmware

public class Firmware
extends java.lang.Object


Constructor Summary
Firmware(java.lang.String file)
           
 
Method Summary
static java.util.Hashtable extractCIBs(byte[] b)
           
 byte[] get_APP()
           
 byte[] get_CCF()
           
 byte[] get_SYS()
           
 byte[] get_UDB()
           
 byte[] getBOOT()
           
 java.lang.String getDescription()
           
 byte[] getPSOS()
           
 java.lang.String[][] getSegmentReport()
           
static void main(java.lang.String[] args)
           
 void printDetail()
           
static void printHeader()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Firmware

public Firmware(java.lang.String file)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getDescription

public java.lang.String getDescription()

getSegmentReport

public java.lang.String[][] getSegmentReport()

getBOOT

public byte[] getBOOT()
               throws java.io.IOException
Throws:
java.io.IOException

getPSOS

public byte[] getPSOS()
               throws java.io.IOException
Throws:
java.io.IOException

get_SYS

public byte[] get_SYS()
               throws java.io.IOException
Throws:
java.io.IOException

get_APP

public byte[] get_APP()
               throws java.io.IOException
Throws:
java.io.IOException

get_CCF

public byte[] get_CCF()
               throws java.io.IOException
Throws:
java.io.IOException

get_UDB

public byte[] get_UDB()
               throws java.io.IOException
Throws:
java.io.IOException

extractCIBs

public static java.util.Hashtable extractCIBs(byte[] b)

printHeader

public static void printHeader()

printDetail

public void printDetail()