Interface BlobMetaData
-
- All Known Implementing Classes:
PlainBlobMetaData
public interface BlobMetaDataAn interface for providing basic metadata about a blob.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlength()Gets the size of the blob in bytes.Stringname()Gets the name of the blob.
-
-
-
Method Detail
-
name
String name()
Gets the name of the blob.
-
length
long length()
Gets the size of the blob in bytes.
-
-