Package rasj
Class RasStructure
java.lang.Object
rasj.RasStructure
*********************************************************
PURPOSE: This class represents an struct datatype. COMMENTS:**********************************************************
-
Constructor Summary
ConstructorsConstructorDescriptionRasStructure(RasStructureType type, DataInputStream dis) Constructor getting the type and input stream from which to read the values. -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetElement(DataInputStream dis, RasType et, byte[] binData) getType()toString()
-
Constructor Details
-
RasStructure
public RasStructure(RasStructureType type, DataInputStream dis) throws IOException, RasResultIsNoIntervalException Constructor getting the type and input stream from which to read the values.
-
-
Method Details
-
getElement
public static Object getElement(DataInputStream dis, RasType et, byte[] binData) throws IOException, RasResultIsNoIntervalException -
toString
-
getElements
-
getType
-