Package com.enonic.xp.blob
Interface BlobRecord
-
public interface BlobRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteSource
getBytes()
BlobKey
getKey()
long
getLength()
long
lastModified()
-
-
-
Method Detail
-
getKey
BlobKey getKey()
-
getLength
long getLength()
-
getBytes
ByteSource getBytes()
-
lastModified
long lastModified()
-
-