Class InMemoryLoader

java.lang.Object
com.saperion.ws.strategy.ReadStrategy
com.saperion.ws.strategy.InMemoryLoader

public class InMemoryLoader extends ReadStrategy
Loads the content of the specified document. This strategy loads the document content into an ByteArrayOutputStream and stores it in memory until it is retrieved by getInputStream.