Package picard.illumina.parser.fakers
Class BclIndexFaker
- java.lang.Object
-
- picard.illumina.parser.fakers.FileFaker
-
- picard.illumina.parser.fakers.BclIndexFaker
-
public class BclIndexFaker extends FileFaker
-
-
Constructor Summary
Constructors Constructor Description BclIndexFaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanaddLeadingZeros()protected intbufferSize()voidfakeBciFile(File bci, TileIndex tileIndex)protected voidfakeFile(ByteBuffer buffer)
-
-
-
Method Detail
-
fakeFile
protected void fakeFile(ByteBuffer buffer)
-
addLeadingZeros
protected boolean addLeadingZeros()
- Specified by:
addLeadingZerosin classFileFaker
-
bufferSize
protected int bufferSize()
- Specified by:
bufferSizein classFileFaker
-
fakeBciFile
public void fakeBciFile(File bci, TileIndex tileIndex) throws IOException
- Throws:
IOException
-
-