public class RpfFrameEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
exists
Whether the file exists or not.
|
short |
filenameIndex
Index of the start of the frame file.
|
java.lang.String |
framePath
Real path to the frame file.
|
short |
rpfdirIndex
Index to the start of the RPF directory in the name.
|
Constructor and Description |
---|
RpfFrameEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean exists
public java.lang.String framePath
public short filenameIndex
public short rpfdirIndex
If this index is -1, that means that the complete pathname was specified in the OpenMap-generated A.TOC file, and you'll have to do a search for the last RPF instance yourself to get that index.
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details