users@codemodel.java.net

Arrays?

From: Ashley Smith <ashley3_at_mit.edu>
Date: Mon, 10 Dec 2012 09:19:06 -0500

So I'm trying to use CodeModel to create an auto-class-generator that reads
in a ton of data from a txt file, arranges it into String[][]s and creates
a class with a method to return the requested String[][]. I would like to
be able to use this class to easily update a program when I get new txt
files.
Unfortunately, I'm very much struggling to create a returnable array of
arrays using CodeModel. Any suggestions?
Thanks,
-Ashley