org.xBaseJ.indexes
Class TagHeader

java.lang.Object
  extended byorg.xBaseJ.indexes.TagHeader

public class TagHeader
extends Object


Field Summary
 MDXFile mfile
           
 String NDXString
           
 
Constructor Summary
TagHeader(MDXFile ifile, short ipos)
           
TagHeader(MDXFile ifile, short ipos, short len, char type, boolean unique)
           
 
Method Summary
 void read()
           
 void reset(RandomAccessFile ifile)
           
 void setPos(short ipos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mfile

public MDXFile mfile

NDXString

public String NDXString
Constructor Detail

TagHeader

public TagHeader(MDXFile ifile,
                 short ipos)
          throws IOException

TagHeader

public TagHeader(MDXFile ifile,
                 short ipos,
                 short len,
                 char type,
                 boolean unique)
          throws IOException
Method Detail

reset

public void reset(RandomAccessFile ifile)

setPos

public void setPos(short ipos)

read

public void read()
          throws IOException
Throws:
IOException


Copyright © 1997-2007 American Coders Ltd. All Rights Reserved.