Class ObjectMd5Checksum
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.automatic.elements.ObjectMd5Checksum
-
- All Implemented Interfaces:
Element
public class ObjectMd5Checksum extends Object implements Element
Generated value class that will generate an MD5 checksum for an object within a file. This is specifically for attached labels or files with headers. This class will truncate the header from the object and take the checksum of the object itself.- Author:
- jpadams, srlevoe
-
-
Field Summary
Fields Modifier and Type Field Description long
offset
-
Constructor Summary
Constructors Constructor Description ObjectMd5Checksum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnits()
String
getValue()
void
setParameters(PDSObject pdsObject)
-