Class HecDSSRecordInfo

java.lang.Object
hec.heclib.dss.HecDSSRecordInfo
All Implemented Interfaces:
Serializable

public class HecDSSRecordInfo extends Object implements Serializable
See Also:
  • Field Details

    • pathname

      public String pathname
    • dssFilename

      public String dssFilename
    • exists

      public boolean exists
    • recordType

      public int recordType
    • recordTypeDescription

      public String recordTypeDescription
    • doubles

      public boolean doubles
    • quality

      public boolean quality
    • precision

      public int precision
    • recordTag

      public String recordTag
    • lastWrittenTime

      public HecTime lastWrittenTime
    • lastWriteTimeValue

      public long lastWriteTimeValue
    • programName

      public String programName
    • version

      public int version
    • numberData

      public int numberData
    • spaceAllocated

      public int spaceAllocated
    • timeSeriesCompression

      public int timeSeriesCompression
    • passwordProtected

      public boolean passwordProtected
    • sizeEachValue

      public int sizeEachValue
    • sizeEachQuality

      public int sizeEachQuality
    • sizeEachInote

      public int sizeEachInote
    • lengthCnotes

      public int lengthCnotes
    • tableHash

      public long tableHash
    • hashCode

      public long hashCode
    • hashAddress

      public long hashAddress
    • binLength

      public long binLength
    • binAddress

      public long binAddress
    • infoLength

      public long infoLength
    • infoAddress

      public long infoAddress
    • dataLength

      public long dataLength
    • dataAddress

      public long dataAddress
  • Constructor Details

    • HecDSSRecordInfo

      public HecDSSRecordInfo()
  • Method Details

    • init

      public void init()
    • setInternals

      public void setInternals(long[] internals)
    • setLastWrittenTime

      public void setLastWrittenTime(String date, String time)
    • toString

      public String toString()
      Overrides:
      toString in class Object