Hi John,
Actually, I'm getting the following error message when compiling
C:\work\Client\src\TestClient.java:61: cannot resolve Symbol
symbol : method openInMemory (java.lang.String,byte[])
location: class ucar.nc2.NetcdfFile
NetcdfFile nc = NetcdfFile.openInMemory(("tester"+i),
nl.getBytes(new BigDecimal(1), new BigDecimal(nl.getLength())));
Cheers,
Adit.
-----Original Message-----
From: John Caron [mailto:address@hidden]
Sent: 21 March 2006 15:48
To: Adit Santokhee
Cc: address@hidden; address@hidden
Subject: Re: problem with
Hi Adit:
Yes, it should work. What error are you getting ?
Adit Santokhee wrote:
Hello,
Does the openInMemory (java.lang.String,byte[]) actually work ?
I am using netcdf-2.2.15.jar but it seems this method has not been
implemented.
Cheers,
Adit.