Class AfterContentTransformer.Source

  • Enclosing class:
    AfterContentTransformer

    public class AfterContentTransformer.Source
    extends java.lang.Object

    The source from where the original content is read to be transformed.

    The input stream provided by this class supports the InputStream.reset() method so that the stream can be rewound to the beginning.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Returns:
        an input stream to read the original content from