|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.upload.UploadSessionFile
public class UploadSessionFile
This class represents a file which will be uploaded, or, has been uploaded, on the server.
Method Summary | |
---|---|
String |
getFullPath()
|
File |
getServerFile()
Loads the data to access the file on server if it has not been done, noting is performed otherwise. |
UploadSession |
getUploadSession()
|
void |
write(InputStream uploadedInputStream)
Writes the given input stream into the physical file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public UploadSession getUploadSession()
public String getFullPath()
public File getServerFile()
Exception
public void write(InputStream uploadedInputStream) throws IOException
uploadedInputStream
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |