rcs.nml
Class LogTimeEntry

java.lang.Object
  extended by rcs.nml.LogTimeEntry

public class LogTimeEntry
extends java.lang.Object

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

F

protected java.io.File F
Constructor Detail

LogTimeEntry

public LogTimeEntry(java.lang.String _FileNameOrURL,
                    double _TimeStamp,
                    int _Offset,
                    int _MaxLen)
Constructor to initialize all properties.

Parameters:
_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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getF

public java.io.File getF()
Get the value of F

Returns:
the value of F

setF

public void setF(java.io.File F)
Set the value of F

Parameters:
F - new value of F

getFileNameOrURL

public java.lang.String getFileNameOrURL()
Get the value of FileNameOrURL

Returns:
the value of FileNameOrURL

getTimeStamp

public double getTimeStamp()
Get the value of TimeStamp

Returns:
the value of TimeStamp

getOffset

public int getOffset()
Get the value of Offset

Returns:
the value of Offset

getMaxLen

public int getMaxLen()
Get the value of MaxLen

Returns:
the value of MaxLen