public static class CFGridCoverageWriter.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CFGridCoverageWriter.Result |
create(long sizeToBeWritten,
boolean wasWritten,
java.lang.String errorMessage) |
java.lang.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()
@Nullable public java.lang.String getErrorMessage()
public static CFGridCoverageWriter.Result create(long sizeToBeWritten, boolean wasWritten, @Nullable java.lang.String errorMessage)