Package org.xBaseJ.micro.fields

Examples of org.xBaseJ.micro.fields.CharField


    file.readFully(byter, 0, 14);

         switch (type)
         {
         case 'C':
           tField = new CharField(name, iLength, file);
           break;
         case 'D':
           tField = new DateField(name, file);
           break;
         case 'F':
View Full Code Here

TOP

Related Classes of org.xBaseJ.micro.fields.CharField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.