Package rasj
Class RasStructure
- java.lang.Object
-
- rasj.RasStructure
-
public class RasStructure extends java.lang.Object*********************************************************PURPOSE: This class represents an struct datatype. COMMENTS:
**********************************************************
-
-
Constructor Summary
Constructors Constructor Description RasStructure(RasStructureType type, java.io.DataInputStream dis)Constructor getting the type and input stream from which to read the values.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectgetElement(java.io.DataInputStream dis, RasType et, byte[] binData)java.util.ListgetElements()RasStructureTypegetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RasStructure
public RasStructure(RasStructureType type, java.io.DataInputStream dis) throws java.io.IOException, RasResultIsNoIntervalException
Constructor getting the type and input stream from which to read the values.- Throws:
java.io.IOExceptionRasResultIsNoIntervalException
-
-
Method Detail
-
getElement
public static java.lang.Object getElement(java.io.DataInputStream dis, RasType et, byte[] binData) throws java.io.IOException, RasResultIsNoIntervalException- Throws:
java.io.IOExceptionRasResultIsNoIntervalException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getElements
public java.util.List getElements()
-
getType
public RasStructureType getType()
-
-