com.tapas.evidence.fe.components
Class ImageSource

java.lang.Object
  extended by com.tapas.evidence.fe.components.ImageSource
All Implemented Interfaces:
com.vaadin.terminal.StreamResource.StreamSource, Serializable

public class ImageSource
extends Object
implements com.vaadin.terminal.StreamResource.StreamSource

Since:
1.0.0
Author:
Michal Bocek
See Also:
Serialized Form

Constructor Summary
ImageSource(byte[] byteArray)
           
ImageSource(ByteArrayOutputStream baos)
           
 
Method Summary
 InputStream getStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSource

public ImageSource(ByteArrayOutputStream baos)

ImageSource

public ImageSource(byte[] byteArray)
Method Detail

getStream

public InputStream getStream()
Specified by:
getStream in interface com.vaadin.terminal.StreamResource.StreamSource


Copyright © 2013. All Rights Reserved.