org.xBaseJ
Class DBT_iii

java.lang.Object
  extended by org.xBaseJ.DBTFile
      extended by org.xBaseJ.DBT_iii

public class DBT_iii
extends DBTFile

This class is courtesy of the xBaseJ project: http://xbasej.sourceforge.net/ Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA

 American Coders, Ltd
 P. O. Box 97462
 Raleigh, NC  27615  USA
 1-919-846-2014
 http://www.americancoders.com
 

Author:
Joe McVerry, American Coders Ltd.

Field Summary
 
Fields inherited from class org.xBaseJ.DBTFile
BYTESPACE, BYTEZERO, database, extension, file, memoBlockSize, nextBlock, open, thefile
 
Constructor Summary
DBT_iii(DBF iDBF, boolean readOnly)
           
DBT_iii(DBF iDBF, String name, boolean destroy)
           
 
Method Summary
 byte[] readBytes(byte[] input)
           
 void setNextBlock()
           
 byte[] write(String value, int originalSize, boolean write, byte[] originalPos)
           
 
Methods inherited from class org.xBaseJ.DBTFile
close, rename, seek
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBT_iii

public DBT_iii(DBF iDBF,
               boolean readOnly)
        throws IOException,
               xBaseJException
Throws:
IOException
xBaseJException

DBT_iii

public DBT_iii(DBF iDBF,
               String name,
               boolean destroy)
        throws IOException,
               xBaseJException
Throws:
IOException
xBaseJException
Method Detail

setNextBlock

public void setNextBlock()
                  throws IOException
Specified by:
setNextBlock in class DBTFile
Throws:
IOException

readBytes

public byte[] readBytes(byte[] input)
                 throws IOException,
                        xBaseJException
Specified by:
readBytes in class DBTFile
Throws:
IOException
xBaseJException

write

public byte[] write(String value,
                    int originalSize,
                    boolean write,
                    byte[] originalPos)
             throws IOException,
                    xBaseJException
Specified by:
write in class DBTFile
Throws:
IOException
xBaseJException


Copyright © 2007-2011. All Rights Reserved.