Class CFGridCoverageWriter.Result

  • Enclosing class:
    CFGridCoverageWriter

    public static class CFGridCoverageWriter.Result
    extends Object
    A value class holding information about the write()
    • Method Detail

      • sizeToBeWritten

        public long sizeToBeWritten()
        Estimated number of bytes the file will take. This is NOT exactly the size of the the whole output file, but it's close.
      • wasWritten

        public boolean wasWritten()
        Whether the file was created or not.
      • getErrorMessage

        @Nullable
        public String getErrorMessage()