Interface WriteOutcome


  • public interface WriteOutcome
    Information describing the outcome of a write operation.
    Author:
    bbpennel
    • Method Detail

      • getContentSize

        Long getContentSize()
        The size of the file written.
        Returns:
        content size
      • getTimeWritten

        Instant getTimeWritten()
        The time at which the write completed
        Returns:
        instant representing the time the write completed