|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.FileAttachmentSource
public class FileAttachmentSource
An IAttachmentSource that gets its data from a file.
| Constructor Summary | |
|---|---|
FileAttachmentSource(java.io.File file)
Constructor. |
|
FileAttachmentSource(java.lang.String sFile)
Constructor. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
Gets the input stream for this attachment source. |
java.lang.String |
getName()
Gets the name of the attachment source. |
int |
getSize()
Gets the size of the attachment in bytes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileAttachmentSource(java.lang.String sFile)
sFile - the string representing the path
and file name (not null)public FileAttachmentSource(java.io.File file)
file - the file (not null)| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
IAttachmentSourceIAttachmentSource.getSize() returns -1) then it must be safe to
call this method multiple times so that we can read the stream first to
get a size.
getInputStream in interface IAttachmentSourceInputStream to the attachment data
(not null)
java.io.IOException - if an I/O error occurredpublic java.lang.String getName()
IAttachmentSource
getName in interface IAttachmentSourcenull)public int getSize()
IAttachmentSource
getSize in interface IAttachmentSource-1 if the size is
not known, in which case it must be safe to call
IAttachmentSource.getInputStream() multiple times so that we can
read the stream first to get a size
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||