| |
|
| java.lang.Object org.netbeans.installer.sandbox.download.Download
Download | public class Download (Code) | | This class represents an individual download.
author: Kirill Sorokin |
Inner Class :public static interface DownloadListener | |
Inner Class :public static class DownloadAdapter implements DownloadListener | |
Inner Class :public static class DownloadEvent | |
Inner Class :public static enum DownloadState | |
INITIAL_ERRORS_NUMBER | final public static int INITIAL_ERRORS_NUMBER(Code) | | |
UNDEFINED_LENGTH | final public static int UNDEFINED_LENGTH(Code) | | |
ZERO_LENGTH | final public static int ZERO_LENGTH(Code) | | |
ZERO_OFFSET | final public static int ZERO_OFFSET(Code) | | |
ZERO_SPEED | final public static int ZERO_SPEED(Code) | | |
addDownloadListener | public void addDownloadListener(DownloadListener listener)(Code) | | |
cancel | public void cancel()(Code) | | |
getContentLength | public long getContentLength()(Code) | | |
getCurrentSpeed | public long getCurrentSpeed()(Code) | | |
getErrorsNumber | public int getErrorsNumber()(Code) | | |
getLastModified | public Date getLastModified()(Code) | | |
getPercentage | public int getPercentage()(Code) | | |
getReadLength | public long getReadLength()(Code) | | |
pause | public void pause()(Code) | | |
removeDownloadListener | public void removeDownloadListener(DownloadListener listener)(Code) | | |
resume | public void resume()(Code) | | |
start | public void start()(Code) | | |
|
|
|