com.vaadin.server.

Interface StreamResource.StreamSource

  • All Superinterfaces:

    Serializable

    Enclosing class:

    StreamResource

    public static interface StreamResource.StreamSource
    extends Serializable

    Interface implemented by the source of a StreamResource.

    Since:

    3.0

    Author:

    Vaadin Ltd.

    • Method Summary

      All Methods
      Modifier and Type Method Description
      InputStream getStream()

      Returns new input stream that is used for reading the resource.

    • Method Detail

      • getStream

        InputStream getStream()

        Returns new input stream that is used for reading the resource.