public abstract class FileFaker extends Object
Constructor and Description |
---|
FileFaker() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
addLeadingZeros() |
protected abstract int |
bufferSize() |
protected abstract void |
fakeFile(ByteBuffer buffer) |
void |
fakeFile(File cycleFile,
Integer size) |
void |
fakeFile(File base,
int tile,
int lane,
String extension) |
void |
fakeFile(File base,
List<Integer> expectedTiles,
int lane,
String extension) |
protected abstract void fakeFile(ByteBuffer buffer)
protected abstract boolean addLeadingZeros()
protected abstract int bufferSize()
public void fakeFile(File base, int tile, int lane, String extension) throws IOException
IOException
public void fakeFile(File base, List<Integer> expectedTiles, int lane, String extension) throws IOException
IOException
public void fakeFile(File cycleFile, Integer size) throws IOException
IOException