SilverStream
Application Server 3.5

com.sssw.srv.mail
Class AgoFileAttachmentInputStream

java.lang.Object
 |
 +--java.io.InputStream
       |
       +--java.io.FilterInputStream
             |
             +--com.sssw.srv.mail.AgoFileAttachmentInputStream

public class AgoFileAttachmentInputStream
extends FilterInputStream

Used by AgoMailMessage to return a file attachment when enumerating a set of file attachments.


Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
AgoFileAttachmentInputStream()
           
 
Method Summary
 String filename()
          Returns the name of the file attachment.
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoFileAttachmentInputStream

public AgoFileAttachmentInputStream()
Method Detail

filename

public String filename()
Returns the name of the file attachment.
Example:
     String aString;
     aString = attachment.filename();
 

SilverStream
Application Server 3.5