Package org.broad.igv.bbfile
Class BigBedDataBlock
- java.lang.Object
-
- org.broad.igv.bbfile.BigBedDataBlock
-
public class BigBedDataBlock extends java.lang.Object
Created by IntelliJ IDEA. User: martind Date: Jan 26, 2010 Time: 12:18:32 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description BigBedDataBlock(SeekableStream fis, RPTreeLeafNodeItem leafHitItem, java.util.HashMap<java.lang.Integer,java.lang.String> chromosomeMap, boolean isLowToHigh, int uncompressBufSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<BedFeature>
getBedData(RPChromosomeRegion selectionRegion, boolean contained)
void
print()
-
-
-
Constructor Detail
-
BigBedDataBlock
public BigBedDataBlock(SeekableStream fis, RPTreeLeafNodeItem leafHitItem, java.util.HashMap<java.lang.Integer,java.lang.String> chromosomeMap, boolean isLowToHigh, int uncompressBufSize)
-
-
Method Detail
-
getBedData
public java.util.ArrayList<BedFeature> getBedData(RPChromosomeRegion selectionRegion, boolean contained)
-
print
public void print()
-
-