Interface ContentProducer


  • public interface ContentProducer
    An abstract entity content producer.

    Content producers are expected to be able to produce their content multiple times

    Since:
    4.0
    • Method Detail

      • writeTo

        void writeTo​(java.io.OutputStream outstream)
              throws java.io.IOException
        Throws:
        java.io.IOException