|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.tools.object.validate.TableValidator
public class TableValidator
Constructor Summary | |
---|---|
TableValidator()
|
Method Summary | |
---|---|
void |
validate(DataObjectInputStream input,
ObjectStatement object)
Validates the bytes in the object against the decription in the ObjectStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableValidator()
Method Detail |
---|
public void validate(DataObjectInputStream input, ObjectStatement object) throws InvalidObjectException, InvalidDescriptionException
DataObjectValidator
ObjectStatement
validate
in interface DataObjectValidator
input
- bytes of the data objectobject
- The description of the object consists of a set of attribute statements
InvalidObjectException
- if there is a problem with the bytes in accordance with the description
InvalidDescriptionException
- if the description is insuffcient for the validation to take place
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |