com.vaadin.terminal
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
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.

Method Summary
 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.



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