- To: Paul Hamer <Paul.Hamer@xxxxxxxx>
- Subject: Re: [netcdf-java] Stream to netcdf
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Tue, 07 Jul 2009 14:47:00 -0600
Paul Hamer wrote:
Is there a way to open a NetCDF with a io stream or a byte buffer rather than an actual file?
/** * Open an in-memory netcdf file. * * @param name name of the dataset. Typically use the filename or URI. * @param data in-memory netcdf file * @return memory-resident NetcdfFile * @throws java.io.IOException if error */public static NetcdfFile openInMemory(String name, byte[] data) throws IOException;
- References:
- [netcdf-java] Stream to netcdf
- From: Paul Hamer
 
 
- [netcdf-java] Stream to netcdf
