public class CompStreamDescription extends java.lang.Object implements FormatMarshaller, FormatUnmarshaller<CompStreamDescription>
| Modifier and Type | Field and Description |
|---|---|
static CompStreamDescription |
UNMARSHALL |
| Constructor and Description |
|---|
CompStreamDescription(java.lang.String inDataset,
java.lang.String inSynopsis,
java.lang.String inConfig,
int inOffset) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataset() |
TrafficGenerator |
getGenerator() |
int |
getMilliOffset() |
int |
getMilliPrediction() |
java.lang.String |
getSynopsis() |
void |
marshall(FormatWriter mFormat) |
java.lang.String |
toString() |
CompStreamDescription |
unmarshall(FormatReader mFormat) |
public static final CompStreamDescription UNMARSHALL
public CompStreamDescription(java.lang.String inDataset,
java.lang.String inSynopsis,
java.lang.String inConfig,
int inOffset)
public java.lang.String getDataset()
public java.lang.String getSynopsis()
public TrafficGenerator getGenerator()
public int getMilliPrediction()
public int getMilliOffset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void marshall(FormatWriter mFormat) throws FormatException
marshall in interface FormatMarshallermFormat - - The format writer to write toFormatException - If there was a problem while writingpublic CompStreamDescription unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<CompStreamDescription>mFormat - - The format reader to read fromFormatException - If there was a problem while reading