public class PhantomMacro.MacroStep extends Object
Modifier and Type | Field and Description |
---|---|
Object |
data
The data for the macro step.
|
int |
dataInfo
Data information when in Integer form.
|
int |
type
Type of macro step.
|
Constructor and Description |
---|
MacroStep(PhantomFile file)
Creates a new instance of a macro step from the ".PHE" file.
|
Modifier and Type | Method and Description |
---|---|
void |
loadData(PhantomFile file,
PhantomHostData hostData)
Loads the data for that accompanies the type of macro step.
|
void |
save(PhantomOutputFile file)
Saves an instance to file.
|
void |
saveData(PhantomOutputFile file,
PhantomHostData hostData)
Saves the data that accompanies the type of macro step.
|
public int type
public int dataInfo
public Object data
public MacroStep(PhantomFile file) throws IOException
Base: + Type USHORT + Data information ULONG
IOException
- if an I/O error occurs.public void save(PhantomOutputFile file) throws IOException
file
- The PhantomOutputFile to save data to.IOException
- if an I/O error occurs.public void loadData(PhantomFile file, PhantomHostData hostData) throws IOException
IOException
- if an I/O error occurs.public void saveData(PhantomOutputFile file, PhantomHostData hostData) throws IOException
IOException
- if an I/O error occurs.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.