Liferay 6.2-ce-ga5

com.liferay.portal.kernel.resource
Class ByteArrayResourceRetriever

java.lang.Object
  extended by com.liferay.portal.kernel.resource.ByteArrayResourceRetriever
All Implemented Interfaces:
ResourceRetriever

public class ByteArrayResourceRetriever
extends Object
implements ResourceRetriever


Constructor Summary
ByteArrayResourceRetriever(byte[] bytes)
           
 
Method Summary
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayResourceRetriever

public ByteArrayResourceRetriever(byte[] bytes)
Method Detail

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in interface ResourceRetriever

Liferay 6.2-ce-ga5