org.xBaseJ.indexes
Class MDXAnchor

java.lang.Object
  extended by org.xBaseJ.indexes.MDXAnchor

public class MDXAnchor
extends Object

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.

Constructor Summary
MDXAnchor(RandomAccessFile ifile)
           
 
Method Summary
 void addOneToIndexes()
           
 int get_blockbytes()
           
 int get_blocksize()
           
 int get_nextavailable()
           
 short getBlockbytes()
           
static short getBLOCKLENGTH()
           
 short getBlocksize()
           
 byte[] getCreated()
           
 byte[] getDBFname()
           
 byte getFiletype()
           
 int getFreepages()
           
 short getIndexes()
           
 String getKnownName()
           
 byte[] getLastreIndex()
           
 int getnextAvailable()
           
 int getNextfreepage()
           
 RandomAccessFile getNfile()
           
 byte getProduction()
           
 void read()
           
 void redo_numbers()
           
 void reset_nextavailable()
           
 void reset(RandomAccessFile ifile)
           
 void set(String Name)
           
 void setIndexes(short ind)
           
 void update_nextavailable()
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDXAnchor

public MDXAnchor(RandomAccessFile ifile)
Method Detail

set

public void set(String Name)

reset

public void reset(RandomAccessFile ifile)

read

public void read()
          throws IOException
Throws:
IOException

write

public void write()
           throws IOException
Throws:
IOException

redo_numbers

public void redo_numbers()

get_nextavailable

public int get_nextavailable()

update_nextavailable

public void update_nextavailable()
                          throws IOException
Throws:
IOException

reset_nextavailable

public void reset_nextavailable()
                         throws IOException
Throws:
IOException

get_blocksize

public int get_blocksize()

get_blockbytes

public int get_blockbytes()

getBLOCKLENGTH

public static short getBLOCKLENGTH()

getBlockbytes

public short getBlockbytes()

getBlocksize

public short getBlocksize()

getCreated

public byte[] getCreated()

getDBFname

public byte[] getDBFname()

getFiletype

public byte getFiletype()

getFreepages

public int getFreepages()

setIndexes

public void setIndexes(short ind)

addOneToIndexes

public void addOneToIndexes()

getIndexes

public short getIndexes()

getKnownName

public String getKnownName()

getLastreIndex

public byte[] getLastreIndex()

getnextAvailable

public int getnextAvailable()

getNextfreepage

public int getNextfreepage()

getNfile

public RandomAccessFile getNfile()

getProduction

public byte getProduction()


Copyright © 2007-2011. All Rights Reserved.