-
public interface DiskStorage.Entry
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()the id representing the resource abstract longgetTimestamp()calculated on first time and never changes so it can be used as immutable * abstract longgetSize()calculated on first time and never changes so it can be used as immutable * abstract BinaryResourcegetResource()-
-
Method Detail
-
getTimestamp
abstract long getTimestamp()
calculated on first time and never changes so it can be used as immutable *
-
getSize
abstract long getSize()
calculated on first time and never changes so it can be used as immutable *
-
getResource
abstract BinaryResource getResource()
-
-
-
-