Package com.iizix.comm
Class WSUploadPart
java.lang.Object
com.iizix.comm.WSUploadPart
Class holding the part that is about a file to be uploaded in the web server.
- Author:
- Christopher Mindus
Field Details
Constructor Details
Method Details
onWritten
Called when the file has been written to disk.- Parameters:
file
- The file written.- Throws:
IllegalStateException
- If already called.NullPointerException
- If file is null.
getFile
Gets the file written on disk.- Returns:
- The file, or null if not yet written.
toString
Outputs to string.