|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrcs.nml.LogTimeEntry
public class LogTimeEntry
Class representing one entry in an indexed log.
| Field Summary | |
|---|---|
protected java.io.File |
F
|
| Constructor Summary | |
|---|---|
LogTimeEntry(java.lang.String _FileNameOrURL,
double _TimeStamp,
int _Offset,
int _MaxLen)
Constructor to initialize all properties. |
|
| Method Summary | |
|---|---|
java.io.File |
getF()
Get the value of F |
java.lang.String |
getFileNameOrURL()
Get the value of FileNameOrURL |
int |
getMaxLen()
Get the value of MaxLen |
int |
getOffset()
Get the value of Offset |
double |
getTimeStamp()
Get the value of TimeStamp |
void |
setF(java.io.File F)
Set the value of F |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.io.File F
| Constructor Detail |
|---|
public LogTimeEntry(java.lang.String _FileNameOrURL,
double _TimeStamp,
int _Offset,
int _MaxLen)
_FileNameOrURL - file name or URL to load data from_TimeStamp - timestamp in seconds since 1970_Offset - offset in file for this data_MaxLen - bytes starting at offset that should be read for this message.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.io.File getF()
public void setF(java.io.File F)
F - new value of Fpublic java.lang.String getFileNameOrURL()
public double getTimeStamp()
public int getOffset()
public int getMaxLen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||