borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.DataFileFormat
Variables Properties Methods
This 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.