org.xBaseJ
Class DBT_iv

java.lang.Object
  extended byorg.xBaseJ.DBTFile
      extended byorg.xBaseJ.DBT_iv

public class DBT_iv
extends DBTFile


Field Summary
 
Fields inherited from class org.xBaseJ.DBTFile
BYTESPACE, BYTEZERO, database, extension, file, memoBlockSize, nextBlock, open, thefile
 
Constructor Summary
DBT_iv(DBF iDBF, boolean readOnly)
           
DBT_iv(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_iv

public DBT_iv(DBF iDBF,
              boolean readOnly)
       throws IOException,
              xBaseJException

DBT_iv

public DBT_iv(DBF iDBF,
              String name,
              boolean destroy)
       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 © 1997-2007 American Coders Ltd. All Rights Reserved.