borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

DataFileFormat class

java.lang.Object
   +----borland.jbcl.dataset.DataFileFormat

About the DataFileFormat class

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.


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


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.