@author Fred Toussi (fredt@users dot sourceforge.net) @version 1.9.0 @since 1.9.0
180181182183184185186
throws IOException { long seconds = readLong(); int nanos = readInt(); return new IntervalSecondData(seconds, nanos, (IntervalType) type); }