org.xBaseJ.indexes
Class TagDescriptor

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

public class TagDescriptor
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
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
Throws:
IOException

TagDescriptor

public TagDescriptor(MDXFile ifile,
                     short ipos,
                     String iName)
              throws IOException
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 © 2007-2011. All Rights Reserved.