* @return the next value of the data of the Packet as VM-sensitive value.
*/
public long getNextValueAsObjectID() {
if (TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) < 0
|| TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) > 8) {
throw new TestErrorException("Improper ObjectID value length = "
+ TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) + "!");
}
reading_data_index = reading_data_index
+ TypesLengths.getTypeLength(TypesLengths.OBJECT_ID);
return (int) readFromByteArray(data, reading_data_index