Package org.broad.igv.bbfile
Class BBZoomLevelFormat
- java.lang.Object
-
- org.broad.igv.bbfile.BBZoomLevelFormat
-
public class BBZoomLevelFormat extends java.lang.Object
Created by IntelliJ IDEA. User: martind Date: Jan 18, 2010 Time: 8:44:33 PM To change this template use File | Settings | File Templates.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_ZOOM_DATA_RECORDS
static int
ZOOM_FORMAT_HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description BBZoomLevelFormat(int zoomLevel, SeekableStream fis, long fileOffset, long dataSize, boolean isLowToHigh, int uncompressBufSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeekableStream
getBBFis()
long
getZoomDataOffset()
long
getZoomDataSize()
long
getZoomFormatLocation()
long
getZoomIndexOffset()
int
getZoomLevel()
int
getZoomRecordCount()
void
print()
-
-
-
Field Detail
-
ZOOM_FORMAT_HEADER_SIZE
public static final int ZOOM_FORMAT_HEADER_SIZE
- See Also:
- Constant Field Values
-
MAX_ZOOM_DATA_RECORDS
public static final int MAX_ZOOM_DATA_RECORDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BBZoomLevelFormat
public BBZoomLevelFormat(int zoomLevel, SeekableStream fis, long fileOffset, long dataSize, boolean isLowToHigh, int uncompressBufSize)
-
-
Method Detail
-
getZoomLevel
public int getZoomLevel()
-
getBBFis
public SeekableStream getBBFis()
-
getZoomFormatLocation
public long getZoomFormatLocation()
-
getZoomRecordCount
public int getZoomRecordCount()
-
getZoomDataOffset
public long getZoomDataOffset()
-
getZoomDataSize
public long getZoomDataSize()
-
getZoomIndexOffset
public long getZoomIndexOffset()
-
print
public void print()
-
-