borland Packages Class Hierarchy dx.dataset Package
DataFileFormat class
java.lang.Object
+----com.borland.dx.dataset.DataFileFormat
About the DataFileFormat class
Variables Properties Methods
This class defines localization variables related to data storage. Its variables state whether:
- the data is stored as 8-bit ASCII characters
- conversations from locale-specific Unicode to multibyte character sets need to take place when reading and writing data
The DataFileFormat is the default of the TextDataFile component's
fileFormat property.
DataFileFormat variables
Variables implemented in this class
DataFileFormat properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
DataFileFormat methods
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- toString()
- wait()
- wait(long)
- wait(long, int)
DataFileFormat variables
ASCII
public static final int ASCII = 1
Data is read and written as 8-bit ASCII values.
ENCODED
public static final int ENCODED = 2
Data is read and written using locale-specific Unicode to multi-byte conversions.