On Mon, 17 Apr 2000, Theodore Hong wrote: <snip> > > Also, was there any reason to use the deprecated save() method of > > properties rather then store() (they do the same thing according to the > > java docs)? We are trying to avoid deprecated api when it isn't > > necessary... > > oh, I didn't know there was a store() method... (looks) I'm developing > under Java 1.1, store() doesn't exist there.
Are you sure? I find this odd, because in the 1.2 docs there is no "since" warning on the store() method. It does the same thing as save, but can throw an IOException apparently. > > theo > > > _______________________________________________ > Freenet-dev mailing list > Freenet-dev at lists.sourceforge.net > http://lists.sourceforge.net/mailman/listinfo/freenet-dev -- Oskar Sandberg md98-osa at nada.kth.se #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1 lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/) _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
