Uses of Class
ucar.nc2.util.TableParser.Record

Packages that use TableParser.Record
ucar.nc2.util Miscellaneous utility classes. 
 

Uses of TableParser.Record in ucar.nc2.util
 

Methods in ucar.nc2.util that return types with arguments of type TableParser.Record
static java.util.List<TableParser.Record> TableParser.readTable(java.io.InputStream ios, java.lang.String format, int maxLines)
          Reads an input stream, containing lines of ascii in fixed width format.
static java.util.List<TableParser.Record> TableParser.readTable(java.lang.String urlString, java.lang.String format, int maxLines)
          Reads a URL or file in as a table.