Class LocsFileReader

All Implemented Interfaces:
htsjdk.samtools.util.CloseableIterator<AbstractIlluminaPositionFileReader.PositionInfo>, Closeable, AutoCloseable, Iterator<AbstractIlluminaPositionFileReader.PositionInfo>

public class LocsFileReader extends AbstractIlluminaPositionFileReader
The locs file format is one 3 Illumina formats(pos, locs, and clocs) that stores position data exclusively. locs files store position data for successive clusters in 4 byte float pairs, described as follows: bytes 1-4 : (int?) Version number (1) bytes 5-8 : 4 byte float equaling 1.0 bytes 9-12 : unsigned int numClusters bytes 13-16: : X coordinate of first cluster (32-bit float) bytes 17-20: : Y coordinate of first cluster (32-bit float) The remaining bytes of the file store the X and Y coordinates of the remaining clusters.