Interface DataHandlerProvider
-
public interface DataHandlerProvider
Interface used for deferred loading of binary content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataHandler
getDataHandler()
Get theDataHandler
object for the binary content.
-
-
-
Method Detail
-
getDataHandler
DataHandler getDataHandler() throws IOException
Get theDataHandler
object for the binary content.- Returns:
- the binary content
- Throws:
IOException
- if an error occurs while loading theDataHandler
-
-