Cloneable
BAMFileSpan
public interface SAMFileSpan extends Cloneable
Modifier and Type | Method | Description |
---|---|---|
SAMFileSpan |
getContentsFollowing() |
Gets a pointer over the data immediately following this span.
|
boolean |
isEmpty() |
Does this file span point to any data, or is it completely empty?
|
SAMFileSpan |
removeContentsBefore(SAMFileSpan fileSpan) |
Remove all pointers in this file span before the given file span starts.
|
SAMFileSpan getContentsFollowing()
SAMFileSpan removeContentsBefore(SAMFileSpan fileSpan)
fileSpan
- The filespan before which to eliminate.boolean isEmpty()