public class PhantomMacro.MacroStep extends Object
| Modifier and Type | Field and Description |
|---|---|
Object | dataThe data for the macro step. |
int | dataInfoData information when in Integer form. |
int | typeType 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.
© 2026 Mindus SARL. All rights reserved.