Methods Summary |
---|
public long | getContentLength()Get the total number of bytes in the media being downloaded. Returns
LENGTH_UNKNOWN if this information is not available.
|
public long | getContentProgress()Get the total number of bytes of media data that have been downloaded so far.
|
public java.awt.Component | getControlComponent()Get a Component that provides additional download control.
Returns null if only a progress bar is provided.
|
public java.awt.Component | getProgressBarComponent()Get a Component for displaying the download progress.
|
public boolean | isDownloading()Check whether or not media is being downloaded.
|