This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Dave Husson wrote:
I need to read data from the end of a netcdf file that is being written to by another process. In C/C++, I am able to do this by using ncsync prior to my read. Is there a way to do this using the Java interface?Thanks Dave Husson
You should get the equivalent functionality from NetcdfFileWriteable.flush().
Let me know if that does or doesnt work.