public abstract class ViewStateReader extends Object
Constructor and Description |
---|
ViewStateReader() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.mpxj.mpp.Props |
getProps(org.mpxj.mpp.Var2Data varData)
Retrieves the props data using a file format specific method.
|
void |
process(ProjectFile file,
org.mpxj.mpp.Var2Data varData,
byte[] fixedData)
Entry point for processing saved view state.
|
protected abstract org.mpxj.mpp.Props getProps(org.mpxj.mpp.Var2Data varData) throws IOException
varData
- var data blockIOException
public void process(ProjectFile file, org.mpxj.mpp.Var2Data varData, byte[] fixedData) throws IOException
file
- project filevarData
- view state var datafixedData
- view state fixed dataIOException
Copyright © 2000–2025 MPXJ. All rights reserved.