Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      InMemoryLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SaWsContent read​(java.lang.String xhdoc, int element, CloseablePooledSession session, boolean currentRevision)
      Reads the content of the specified document into an SaWsContent object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait