public class ZipArchiver.ZipEvent extends java.lang.Object implements IProgressCapsule
| Modifier and Type | Field and Description |
|---|---|
private int |
maxValue |
private int |
minValue |
private int |
status |
private int |
value |
PROGRESS_ABORTED, PROGRESS_FAILED, PROGRESS_FINISHED, PROGRESS_NOT_STARTED, PROGRESS_ONGOING| Constructor and Description |
|---|
ZipEvent(long byteCount,
long totalByteCount,
int progressStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximum() |
java.lang.String |
getMessage() |
int |
getMinimum() |
int |
getStatus() |
int |
getValue() |
void |
reset() |
private int value
private int maxValue
private int minValue
private int status
public ZipEvent(long byteCount,
long totalByteCount,
int progressStatus)
public void reset()
reset in interface IProgressCapsulepublic int getMaximum()
getMaximum in interface IProgressCapsulepublic int getMinimum()
getMinimum in interface IProgressCapsulepublic int getValue()
getValue in interface IProgressCapsulepublic int getStatus()
getStatus in interface IProgressCapsulepublic java.lang.String getMessage()
getMessage in interface IProgressCapsuleCopyright © 2023. All rights reserved.