org.exoplatform.forum.service
Class BufferAttachment

java.lang.Object
  extended by org.exoplatform.forum.service.ForumAttachment
      extended by org.exoplatform.forum.service.BufferAttachment

public class BufferAttachment
extends ForumAttachment

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


Constructor Summary
BufferAttachment()
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 void setInputStream(java.io.InputStream input)
           
 
Methods inherited from class org.exoplatform.forum.service.ForumAttachment
getId, getMimeType, getName, getPath, getPathNode, getSize, getWorkspace, setId, setMimeType, setName, setPath, setPathNode, setSize, setWorkspace
 
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 ForumAttachment
Throws:
java.lang.Exception

setInputStream

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.