ru.biosoft.access
Class Index.IndexEntry
- public static class Index.IndexEntry
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 |
String | toString() Return string, that describes the index. |
from
public long from
- Entry offset in file.
len
public long len
- Entry length.
Index.IndexEntry
public Index.IndexEntry(long index_from, long index_length)
- Construct new Index.
- Parameters:
- from - the entry offset
- len - the entry length
toString
public String toString()
- Return string, that describes the index.
Format: (from,len)
- todo LOW temporary!!!
BOTTOM