org.xBaseJ
Class DBT_iii
java.lang.Object
org.xBaseJ.DBTFile
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.