borland Packages Class Hierarchy jbcl.model Package Index
java.lang.Object +----borland.jbcl.model.ItemFormatter +----borland.jbcl.model.VariantFormatter +----borland.jbcl.model.IntegerFormatter +----borland.jbcl.model.ByteFormatter
Variables Constructors Properties Methods
Implements Serializable
A formatter class for parsing and formatting byte data values. It is used in JBCL for formatting and parsing Byte columns in DataSets. The range of a Byte is -128 to 127.
public ByteFormatter(int type)Constructs a ByteFormatter class.
Parameters:
public final void parse(borland.jbcl.util.Variant variant, char[] value, int offset, int len)A high-speed parse that parses directly into a character array.
Parameters:
Overrides: borland.jbcl.model.IntegerFormatter.parse(borland.jbcl.util.Variant, char[], int, int)
public final void parse(java.lang.String stringValue, borland.jbcl.util.Variant value)Analyzes the given String and produces as output a Variant containing the approriate value.
Parameters:
Overrides: borland.jbcl.model.IntegerFormatter.parse(java.lang.String, borland.jbcl.util.Variant)