Uses of Class
com.saperion.common.io.InputStreamDescriptor
Packages that use InputStreamDescriptor
Package
Description
This package contains the global beans.
Base-classes for render engines.
Renditions are the result of a rendering-process.
The external render engine uses an external application for rendering.
-
Uses of InputStreamDescriptor in com.saperion.bean
Subclasses of InputStreamDescriptor in com.saperion.beanMethods in com.saperion.bean with parameters of type InputStreamDescriptorModifier and TypeMethodDescriptionstatic ContentStreamContentStream.fromDescriptor(InputStreamDescriptor descriptor) -
Uses of InputStreamDescriptor in com.saperion.connector.render.engine
Methods in com.saperion.connector.render.engine that return InputStreamDescriptorModifier and TypeMethodDescriptionprotected static InputStreamDescriptorBaseRenderEngine.createInputStreamDescriptor(byte[] content, String filename) protected static InputStreamDescriptorBaseRenderEngine.createInputStreamDescriptor(byte[] content, URL url) Methods in com.saperion.connector.render.engine with parameters of type InputStreamDescriptorModifier and TypeMethodDescriptionBaseRenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.RenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.BaseRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options) Creates the collection ofinstances which represent rendered content incl.Rendition -
Uses of InputStreamDescriptor in com.saperion.connector.renditions
Methods in com.saperion.connector.renditions that return InputStreamDescriptorModifier and TypeMethodDescriptionFileSystemRendition.getStream()Returns the content asInputStreamDescriptorgenerated by the render engine.Rendition.getStream()Returns the content asInputStreamDescriptorgenerated by the render engine. -
Uses of InputStreamDescriptor in com.saperion.connector.renditions.isys
Methods in com.saperion.connector.renditions.isys with parameters of type InputStreamDescriptorModifier and TypeMethodDescriptionISYSRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options) -
Uses of InputStreamDescriptor in com.saperion.connector.renditions.isys.util
Methods in com.saperion.connector.renditions.isys.util with parameters of type InputStreamDescriptorModifier and TypeMethodDescriptionstatic FileFileOps.writeContentToTempFile(InputStreamDescriptor content, SourceFormat format, int bufferSize)