Uses of Class
com.github.croesch.micro_debug.error.FileFormatException

Packages that use FileFormatException
com.github.croesch.micro_debug.commons   
com.github.croesch.micro_debug.mic1   
com.github.croesch.micro_debug.mic1.controlstore   
com.github.croesch.micro_debug.mic1.mem   
 

Uses of FileFormatException in com.github.croesch.micro_debug.commons
 

Methods in com.github.croesch.micro_debug.commons that throw FileFormatException
static void Utils.checkMagicNumber(InputStream in, int magic)
          Reads the first four bytes of the given InputStream and throws an exception if they aren't equal to the expected magic number.
 

Uses of FileFormatException in com.github.croesch.micro_debug.mic1
 

Constructors in com.github.croesch.micro_debug.mic1 that throw FileFormatException
Mic1(InputStream micAsm, InputStream asm)
          Constructs a new Mic1-processor, reading the given inputstreams as micro-program and assembler-program.
 

Uses of FileFormatException in com.github.croesch.micro_debug.mic1.controlstore
 

Constructors in com.github.croesch.micro_debug.mic1.controlstore that throw FileFormatException
MicroControlStore(InputStream in)
          Constructs a MicroControlStore with the MicroInstruction fetched from the given stream.
 

Uses of FileFormatException in com.github.croesch.micro_debug.mic1.mem
 

Constructors in com.github.croesch.micro_debug.mic1.mem that throw FileFormatException
Memory(int maxSize, InputStream programStream)
          Constructs a new memory containing the given number of words.
 



Copyright © 2012. All Rights Reserved.