Message-ID: <fj78fb$i3d$1@ger.gmane.org>
Date: 2007-12-05T22:25:02Z
From: Michael Hoffman
Subject: Java parser for R data file?
In-Reply-To: <C37C3903.56%david@incogen.com>
David Coppit wrote:
> Hi everyone,
>
> Has anyone written a parser in Java for either the ASCII or binary format
> produced by save()?
You might want to consider using the hdf5 package to save the array in
HDF5 format. There are HDF5 libraries for Java as well
<http://hdf.ncsa.uiuc.edu/hdf-java-html/>. I have never used them, but
it works quite well for transferring data between R and Python.