HEADER

ru.biosoft.access
Class Index.IndexEntry


public static class Index.IndexEntry

Store information about entry location.


Field Summary
 longfrom
          Entry offset in file.
 longlen
          Entry length.

Constructor Summary
Index.IndexEntry(long index_from, long index_length)
          Construct new Index.

Method Summary
 StringtoString()
          Return string, that describes the index.

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.
Parameters:
from - the entry offset
len - the entry length
Method Detail

toString

public String toString()
Return string, that describes the index. Format: (from,len)
todo LOW temporary!!!

FOOTER

BOTTOM