public static class CFGridCoverageWriter.Result extends Object
| Modifier and Type | Method and Description |
|---|---|
static CFGridCoverageWriter.Result |
create(long sizeToBeWritten,
boolean wasWritten,
String errorMessage) |
String |
getErrorMessage() |
long |
sizeToBeWritten()
Estimated number of bytes the file will take.
|
boolean |
wasWritten()
Whether the file was created or not.
|
public long sizeToBeWritten()
public boolean wasWritten()
public static CFGridCoverageWriter.Result create(long sizeToBeWritten, boolean wasWritten, @Nullable String errorMessage)