Class SdfBuffer


  • public class SdfBuffer
    extends java.lang.Object
    Provide tools for reading, writing and accessing Digitrax SPJ files.

    Maintains several representations:

    • A byte array of the SDF contents after assembly. This is not complete, as it can't contain information like contents, labels, etc. Nor can it distinguish certain options with identical values (e.g. several constants that boil down to a zero value)
    • An array of nested SdfMacro objects. These contain more detailed representations of the macro source, in the limit containing the entire thing.