fr.paris.lutece.plugins.blobstore.business
Class InputStreamBlobStore

java.lang.Object
  extended by fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore

public class InputStreamBlobStore
extends java.lang.Object

BlobStore wrapping an InputStream


Constructor Summary
InputStreamBlobStore()
           
 
Method Summary
 java.lang.String getId()
          Get the id
 java.io.InputStream getInputStream()
          Get the inputStream
 void setId(java.lang.String strId)
          Set the id
 void setInputStream(java.io.InputStream inputStream)
          Set the inputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamBlobStore

public InputStreamBlobStore()
Method Detail

getId

public java.lang.String getId()
Get the id

Returns:
the id

setId

public void setId(java.lang.String strId)
Set the id

Parameters:
strId - the id

getInputStream

public java.io.InputStream getInputStream()
Get the inputStream

Returns:
the inputStream

setInputStream

public void setInputStream(java.io.InputStream inputStream)
Set the inputStream

Parameters:
inputStream - the inputStream


Copyright © 2011 Mairie de Paris. All Rights Reserved.