|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectztex.IhxFile
public class IhxFile
A class representing a firmware image loaded from an ihx (Intel Hex format) file.
Field Summary | |
---|---|
short[] |
ihxData
This array stores the firmware image. |
Constructor Summary | |
---|---|
IhxFile(java.io.InputStream in,
java.lang.String name)
Constructs an instance from a given file name. |
|
IhxFile(java.lang.String fileName)
Constructs an instance from a given file name. |
Method Summary | |
---|---|
void |
dataInfo(java.io.PrintStream out)
Print out some information about the memory usage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short[] ihxData
Constructor Detail |
---|
public IhxFile(java.io.InputStream in, java.lang.String name) throws java.io.IOException, IhxFileDamagedException
in
- Input stream from which the ihx file is read.name
- Name of the input.
java.io.IOException
- If an read error occurred.
IhxFileDamagedException
- If the ihx file is damaged.public IhxFile(java.lang.String fileName) throws java.io.IOException, IhxFileDamagedException
fileName
- The file name.
java.io.IOException
- If an read error occurred.
IhxFileDamagedException
- If the ihx file is damaged.Method Detail |
---|
public void dataInfo(java.io.PrintStream out)
out
- Where the data is printed out.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |