Class DigestResult


  • public class DigestResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DigestResult​(java.lang.String digest, long fileSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDigest()  
      long getFileSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DigestResult

        public DigestResult​(java.lang.String digest,
                            long fileSize)
    • Method Detail

      • getDigest

        public java.lang.String getDigest()
      • getFileSize

        public long getFileSize()