Class SamHeader
java.lang.Object
org.snpeff.sam.SamHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SamHeaderRecord samHeaderRecord) Add a record to the headervoidaddHeaderRecord(String line) getRecords(String recordType) Get a list of records for this 'recordType'iterator()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
SamHeader
public SamHeader()
-
-
Method Details
-
add
Add a record to the header -
addHeaderRecord
-
getRecords
Get a list of records for this 'recordType'- Parameters:
recordType-- Returns:
- A new empty list is created if no records are available
-
iterator
-