public class FileUploadListener
extends java.lang.Object
implements org.apache.commons.fileupload.ProgressListener
| Constructor and Description |
|---|
FileUploadListener() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
long |
getContentLength() |
long |
getItem() |
boolean |
isCompleted() |
void |
update(long aBytesRead,
long aContentLength,
int anItem) |
public void update(long aBytesRead,
long aContentLength,
int anItem)
update in interface org.apache.commons.fileupload.ProgressListenerpublic long getBytesRead()
public long getContentLength()
public long getItem()
public boolean isCompleted()
Copyright © 2018 DuraSpace. All Rights Reserved.