Package com.day.cq.dam.commons.util
Interface MemoryUtil.Callback<T>
-
- Enclosing class:
- MemoryUtil
public static interface MemoryUtil.Callback<T>
Callback throwing IOException and returning some (image) object forMemoryUtil.tryUntilEnoughMemory(com.day.cq.dam.api.Asset, int, com.day.cq.dam.commons.util.MemoryUtil.Callback)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute()
-
-
-
Method Detail
-
execute
T execute() throws java.io.IOException
- Throws:
java.io.IOException
-
-