tools.file
Class BinaryFiles

java.lang.Object
  extended by tools.file.BinaryFiles

public class BinaryFiles
extends java.lang.Object


Field Summary
 BinaryFile[] binaryFiles
           
 
Constructor Summary
BinaryFiles(java.lang.String fileList)
           
 
Method Summary
 int getByte(int address)
           
 int getHighestAddress()
           
 int getLowestAddress()
           
 void setByte(int address, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binaryFiles

public BinaryFile[] binaryFiles
Constructor Detail

BinaryFiles

public BinaryFiles(java.lang.String fileList)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getLowestAddress

public int getLowestAddress()

getHighestAddress

public int getHighestAddress()

setByte

public void setByte(int address,
                    int value)

getByte

public int getByte(int address)