|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
public class InputStreamBlobStore
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 |
---|
public InputStreamBlobStore()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the idpublic java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream inputStream)
inputStream
- the inputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |