ru.biosoft.access
Class Index.IndexEntry

java.lang.Object
  extended byru.biosoft.access.Index.IndexEntry
Direct Known Subclasses:
Index.StringIndexEntry
Enclosing class:
Index

public static class Index.IndexEntry
extends java.lang.Object

Store information about entry location.


Field Summary
 long from
          Entry offset in file.
 long len
          Entry length.
 
Constructor Summary
Index.IndexEntry(long index_from, long index_length)
          Construct new Index.
 
Method Summary
 int length()
           
 java.lang.String toString()
          Return string, that describes the index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public long from
Entry offset in file.


len

public long len
Entry length.

Constructor Detail

Index.IndexEntry

public Index.IndexEntry(long index_from,
                        long index_length)
Construct new Index.

Method Detail

length

public int length()

toString

public java.lang.String toString()
Return string, that describes the index. Format: (from,len)

To do:
LOW temporary!!!


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.