s = excerpt.parseEnum(String.class, StopCharTesters.CONTROL_STOP);
assert s.equals("ATOMNOCCC9990900");
l = excerpt.parseLong();
assert l == 20;
l = excerpt.parseLong();
assert l == 3;
l = excerpt.parseLong();
assert l == 150;
s = excerpt.parseEnum(String.class, StopCharTesters.CONTROL_STOP);