public abstract class ASCIIFileIndexInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
contig |
long |
file_offset |
long |
sequence_position |
Modifier | Constructor and Description |
---|---|
protected |
ASCIIFileIndexInfo()
de-serialization only
|
|
ASCIIFileIndexInfo(int contig,
long position,
long file_offset) |
|
ASCIIFileIndexInfo(long position,
long file_offset) |
public int contig
public long sequence_position
public long file_offset
public ASCIIFileIndexInfo(int contig, long position, long file_offset)
contig
- position
- file_offset
- protected ASCIIFileIndexInfo()
public ASCIIFileIndexInfo(long position, long file_offset)
position
- file_offset
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.