Class AfterContentTransformer.Sink

  • Enclosing class:
    AfterContentTransformer

    public class AfterContentTransformer.Sink
    extends java.lang.Object

    The target to where the transformed content is written after the transformation.

    • Constructor Summary

      Constructors 
      Constructor Description
      Sink()  
    • Method Summary

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

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

      • Sink

        public Sink()
    • Method Detail

      • getOutputStream

        public java.io.OutputStream getOutputStream()
        Returns:
        an output stream to write the transformed content to