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 Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Field Details
fileName
The file name parsed from the multi-part.name
The part name.size
public final long sizeThe part size in bytes.
Constructor Details
WSUploadPart
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
toString