com.vaadin.server
Interface StreamResource.StreamSource

All Superinterfaces:
java.io.Serializable
Enclosing class:
StreamResource

public static interface StreamResource.StreamSource
extends java.io.Serializable

Interface implemented by the source of a StreamResource.

Since:
3.0
Author:
Vaadin Ltd.

Method Summary
 java.io.InputStream getStream()
          Returns new input stream that is used for reading the resource.
 

Method Detail

getStream

java.io.InputStream getStream()
Returns new input stream that is used for reading the resource.



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.