Class VersionHeader
java.lang.Object
htsjdk.samtools.metrics.VersionHeader
- All Implemented Interfaces:
Header, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that checks that both the item and version string are equal.inthashCode()voidParses the data contained in the String version of the header.voidsetVersionedItem(String versionedItem) voidsetVersionString(String versionString) toString()Converts the header to a String for persisting to a file.
-
Constructor Details
-
VersionHeader
public VersionHeader()
-
-
Method Details
-
parse
-
toString
-
getVersionedItem
-
setVersionedItem
-
getVersionString
-
setVersionString
-
equals
-
hashCode
-