org.xBaseJ.indexes
Class TagDescriptor

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

public class TagDescriptor
extends Object


Constructor Summary
TagDescriptor(MDXFile ifile, short ipos, String iName)
           
TagDescriptor(RandomAccessFile ifile, short ipos)
           
 
Method Summary
 String getName()
           
 void reset(RandomAccessFile ifile)
           
 void resetPos(short ipos)
           
 void setKeyType(char type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDescriptor

public TagDescriptor(RandomAccessFile ifile,
                     short ipos)
              throws IOException

TagDescriptor

public TagDescriptor(MDXFile ifile,
                     short ipos,
                     String iName)
              throws IOException
Method Detail

reset

public void reset(RandomAccessFile ifile)

setKeyType

public void setKeyType(char type)
                throws IOException
Throws:
IOException

resetPos

public void resetPos(short ipos)

getName

public String getName()


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