org.utgenome.format
Class BlockwiseFileReader

java.lang.Object
  extended by org.utgenome.format.BlockwiseFileReader

public class BlockwiseFileReader
extends Object

Reading files in block-wise manner

Author:
leo

Constructor Summary
BlockwiseFileReader(File file, int blockSizeInMB)
           
 
Method Summary
 List<FileBlock> getBlockList()
           
 long getFileSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockwiseFileReader

public BlockwiseFileReader(File file,
                           int blockSizeInMB)
                    throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getFileSize

public long getFileSize()

getBlockList

public List<FileBlock> getBlockList()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.