Uses of Class
cloud.opencode.base.io.progress.DownloadProgress
Packages that use DownloadProgress
-
Uses of DownloadProgress in cloud.opencode.base.io.progress
Methods in cloud.opencode.base.io.progress that return DownloadProgressModifier and TypeMethodDescriptionstatic DownloadProgressDownloadProgress.completed(long totalBytes) Creates a completed progress.static DownloadProgressDownloadProgress.of(long totalBytes, long downloadedBytes, long speed) Creates a progress instance.static DownloadProgressDownloadProgress.unknown(long downloadedBytes, long speed) Creates an unknown progress.