Package binaryFileStorage
Class BinaryHeaderAndFooter
java.lang.Object
binaryFileStorage.BinaryHeaderAndFooter
-
Field Summary
Modifier and TypeFieldDescriptionlong
If there is no footer - due o a crash, this will contain the last data time in the file, or worst case, it will contain the same info as the start time.int
-
Constructor Summary
-
Method Summary
-
Field Details
-
binaryHeader
-
moduleHeaderData
-
datagram
-
lastDataTime
public long lastDataTimeIf there is no footer - due o a crash, this will contain the last data time in the file, or worst case, it will contain the same info as the start time. -
nDatas
public int nDatas
-
-
Constructor Details
-
BinaryHeaderAndFooter
public BinaryHeaderAndFooter()
-