Package htsjdk.samtools
Class SBIIndex.Header
- java.lang.Object
-
- htsjdk.samtools.SBIIndex.Header
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SBIIndex
public static class SBIIndex.Header extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Header(long fileLength, byte[] md5, byte[] uuid, long totalNumberOfRecords, long granularity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetFileLength()longgetGranularity()byte[]getMd5()longgetTotalNumberOfRecords()byte[]getUuid()inthashCode()StringtoString()
-