public class UploadProgressListener extends Object implements org.apache.commons.fileupload.ProgressListener
| Constructor and Description |
|---|
UploadProgressListener() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
long |
getContentLength() |
long |
getItems() |
double |
getProgress()
Return progress
|
void |
update(long pBytesRead,
long pContentLength,
int pItems) |
public void update(long pBytesRead,
long pContentLength,
int pItems)
update in interface org.apache.commons.fileupload.ProgressListenerpublic double getProgress()
public long getBytesRead()
public long getContentLength()
public long getItems()
Copyright © 2018 B3Partners B.V.. All rights reserved.