A AdapterCoordinator coordinates several Adapters so that the events they
send into the runtime engine arrive in some well-defined order, in
effect making the several Adapters into one large sending Adapter.
A utility for resolving property order information based on a
propertyTypes map and the first record of a CSV file (which
might represent the title row).
Return true if calling getStream() will return a new InputStream created from the
resource, which, assuming that the resource hasn't been changed, will have the same
information as all the previous InputStreams returned by getStream() before they were
manipulated; return false if the call will return the same instance of InputStream that
has already been obtained.