create new file, including making directory if required
This seems to be a mess - f.createNewFile() doesn't seem to work
A directory should have a trailing file.separator
return the array as a int[]; this has to resize the array to the precise
length used , or confusion will result! Note that this gives the user access to
the actual array, so that they can alter its contents.
return the array as a Object[]; this has to resize the array to the
precise length used , or confusion will result! Note that this gives the
user access to
the actual array, so that they can alter its contents.
return the array as a double[]; this has to resize the array to the precise
length used , or confusion will result! Note that this gives the user access to
the actual array, so that they can alter its contents.
this is slightly tricky/ucky since AtomArray is subclassed from Atom and StringArray
from StringVal we can extract the array object as scalars and simply cast them
this is slightly tricky/ucky since AtomArray is subclassed from Atom and StringArray
from StringVal we can extract the array object as scalars and simply cast them
this is rather trick since BondArray is subclasses from Bond and StringArray
from StringVal we can extract the array object as scalars and simply cast them
this is rather trick since BondArray is subclasses from Bond and StringArray
from StringVal we can extract the array object as scalars and simply cast them
parse whitespace-separated tokens interspersed with quoted
strings, e.g.
this is "a quoted string" and 'another token' as well
parses to:
this/is/a quoted string/and/another token/as well
PERCENT -
Static variable in class jumbo.xml.util.Util
PERIOD -
Static variable in class jumbo.xml.util.Util
PIPE -
Static variable in class jumbo.xml.util.Util
Real2Array is NOT a Vector of Real2s, but a container for
a 2-D array with a variety of ways of managing the data including
RealArrays for the x and y arrays, and also an array of Real2s
The latter is only stored if required, and then is cached.