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 boolean
addLeadingZeros()
protected int
bufferSize()
void
fakeBciFile(File bci, TileIndex tileIndex)
protected void
fakeFile(ByteBuffer buffer)
-
-
-
Method Detail
-
fakeFile
protected void fakeFile(ByteBuffer buffer)
-
addLeadingZeros
protected boolean addLeadingZeros()
- Specified by:
addLeadingZeros
in classFileFaker
-
bufferSize
protected int bufferSize()
- Specified by:
bufferSize
in classFileFaker
-
fakeBciFile
public void fakeBciFile(File bci, TileIndex tileIndex) throws IOException
- Throws:
IOException
-
-