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 TableParser.Record
 TableParser.Record TableParser.readRecord(String line)
           
 

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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.