ucar.nc2.util
Class TableParser.Field
java.lang.Object
ucar.nc2.util.TableParser.Field
- Direct Known Subclasses:
- TableParser.DerivedField
- Enclosing class:
- TableParser
public class TableParser.Field
- extends Object
Describes one field in the record.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableParser.Field
protected TableParser.Field()
parse
public Object parse(String line)
throws NumberFormatException
- Throws:
NumberFormatException
parse
public Object parse(String line,
int offset)
throws NumberFormatException
- Throws:
NumberFormatException
parse
protected Object parse(String line,
int start,
int end)
throws NumberFormatException
- Throws:
NumberFormatException
setScale
public void setScale(float scale)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.