Class S3BlobPath.S3Blob

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Retrieve remote name (key) of blob.
      long getSize()
      Get size of blob in bytes.
      • Methods inherited from class java.lang.Object

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

      • getSize

        public long getSize()
        Description copied from interface: BlobBase
        Get size of blob in bytes.
        Specified by:
        getSize in interface BlobBase
        Returns:
        size of blob in bytes
      • getName

        public java.lang.String getName()
        Description copied from interface: BlobBase
        Retrieve remote name (key) of blob.
        Specified by:
        getName in interface BlobBase
        Returns:
        remote name (key) of blob.