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