borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----borland.jbcl.dataset.DataFileFormat
Variables Properties MethodsThis class defines localization variables related to data storage. Its variables state whether:
The DataFileFormat is the default of the TextDataFile component's fileFormat property.
public static final int ASCII = 1Data is read and written as 8-bit ASCII values.
public static final int ENCODED = 2Data is read and written using locale-specific Unicode to multi-byte conversions.