Uses of Class
jmri.jmrit.MemoryContents.MemoryFileAddressingFormatException
-
Packages that use MemoryContents.MemoryFileAddressingFormatException Package Description jmri.jmrit Various non-system-specific JMRI tools. -
-
Uses of MemoryContents.MemoryFileAddressingFormatException in jmri.jmrit
Methods in jmri.jmrit that throw MemoryContents.MemoryFileAddressingFormatException Modifier and Type Method Description void
MemoryContents. writeHex(java.io.Writer w)
Sends a character stream of an image of a programmatic representation of memory in the Intel "I8HEX" file format to a Writer.void
MemoryContents. writeHex(java.io.Writer writer, boolean writeKeyVals, int blockSize)
Sends a character stream of key/value pairs (if requested) and an image of a programmatic representation of memory in either the Intel "I8HEX" or Digitrax ".DMF" file format to a Writer.
-