Class FSUtilities.StreamCopyResult

  • Enclosing class:
    FSUtilities

    public static class FSUtilities.StreamCopyResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long bytesCopied  
      byte[] md5  
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamCopyResult​(long bytesCopied, byte[] md5)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bytesCopied

        public long bytesCopied
      • md5

        public byte[] md5
    • Constructor Detail

      • StreamCopyResult

        public StreamCopyResult​(long bytesCopied,
                                byte[] md5)