org.exoplatform.mail.service
Class BufferAttachment

java.lang.Object
  extended by org.exoplatform.mail.service.Attachment
      extended by org.exoplatform.mail.service.BufferAttachment

public class BufferAttachment
extends Attachment

Created by The eXo Platform SARL Author : Hung Ngyen Quang hung.nguyen@exoplatform.com Jul 9, 2007


Field Summary
 
Fields inherited from class org.exoplatform.mail.service.Attachment
resoureId
 
Constructor Summary
BufferAttachment()
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 void setInputStream(java.io.InputStream is)
           
 
Methods inherited from class org.exoplatform.mail.service.Attachment
getId, getMimeType, getName, getPath, getResoureId, getSize, isLoadedProperly, isShownInBody, setId, setIsLoadedProperly, setIsShowInBody, setMimeType, setName, setPath, setResoureId, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferAttachment

public BufferAttachment()
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.lang.Exception
Specified by:
getInputStream in class Attachment
Throws:
java.lang.Exception

setInputStream

public void setInputStream(java.io.InputStream is)
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.