org.utgenome.format
Class BlockwiseFileReader
java.lang.Object
org.utgenome.format.BlockwiseFileReader
public class BlockwiseFileReader
- extends Object
Reading files in block-wise manner
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockwiseFileReader
public BlockwiseFileReader(File file,
int blockSizeInMB)
throws FileNotFoundException
- Throws:
FileNotFoundException
getFileSize
public long getFileSize()
getBlockList
public List<FileBlock> getBlockList()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.