@author Fred Toussi (fredt@users dot sourceforge.net) @version 1.9.0 @since 1.9.0
2119212021212122212321242125212621272128
type.startIntervalType, type.endIntervalType, intervalPrecision, fractionPrecision, false); } if (type.endPartIndex <= DTIType.INTERVAL_MONTH_INDEX) { return new IntervalMonthData(units); } else { return new IntervalSecondData(units, fraction); } }
167168169170171172173
protected IntervalMonthData readYearMonthInterval(Type type) throws IOException { long months = readLong(); return new IntervalMonthData(months, (IntervalType) type); }
2196219721982199220022012202220322042205
2132213321342135213621372138213921402141
171172173174175176177
2048204920502051205220532054205520562057