Uses of Interface
com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever
Package
Description
-
Uses of IResourceRetriever in com.itextpdf.styledxmlparser.resolver.resource
Modifier and TypeClassDescriptionclass
Default implementation of theIResourceRetriever
interface, which can set a limit on the size of retrieved resources using input stream with a limit on the number of bytes read.Modifier and TypeMethodDescriptionResourceResolver.getRetriever()
Gets the resource retriever.DefaultResourceRetriever.setResourceSizeByteLimit
(long resourceSizeByteLimit) Sets the resource size byte limit.Modifier and TypeMethodDescriptionResourceResolver.setRetriever
(IResourceRetriever retriever) Sets the resource retriever.ModifierConstructorDescriptionResourceResolver
(String baseUri, IResourceRetriever retriever) Creates a newResourceResolver
instance. -
Uses of IResourceRetriever in com.itextpdf.svg.processors
Modifier and TypeMethodDescriptionISvgConverterProperties.getResourceRetriever()
Gets the resource retriever. -
Uses of IResourceRetriever in com.itextpdf.svg.processors.impl
Modifier and TypeMethodDescriptionSvgConverterProperties.setResourceRetriever
(IResourceRetriever resourceRetriever) Sets the resource retriever.