Package org.cyclos.impl.utils.pdf
Class StreamFactory
- java.lang.Object
-
- org.cyclos.impl.utils.pdf.StreamFactory
-
- All Implemented Interfaces:
com.openhtmltopdf.extend.FSStreamFactory
public class StreamFactory extends Object implements com.openhtmltopdf.extend.FSStreamFactory
AFSStreamFactoryimplementation that receives a factory function and knows its protocol
-
-
Constructor Summary
Constructors Constructor Description StreamFactory(String protocol, Function<String,InputStream> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProtocol()com.openhtmltopdf.extend.FSStreamgetUrl(String url)
-
-
-
Constructor Detail
-
StreamFactory
public StreamFactory(String protocol, Function<String,InputStream> factory)
-
-