自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
ByteStreamDownloader
public
class
ByteStreamDownloader
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.cache.remote.ByteStreamDownloader
|
实现 ByteStream
gRPC 服务的 Read
方法的客户端。
摘要
公共构造函数 |
ByteStreamDownloader(String instanceName, Channel channel, CallCredentials callCredentials, Duration callTimeout)
|
公共方法 |
ListenableFuture<Void>
|
downloadBlob(Digest digest, OutputStream out)
通过远程 ByteStream 服务下载 BLOB。
|
公共构造函数
ByteStreamDownloader
public ByteStreamDownloader (String instanceName,
Channel channel,
CallCredentials callCredentials,
Duration callTimeout)
参数 |
instanceName |
String |
channel |
Channel |
callCredentials |
CallCredentials |
callTimeout |
Duration |
公共方法
downloadBlob
public ListenableFuture<Void> downloadBlob (Digest digest,
OutputStream out)
通过远程 ByteStream
服务下载 BLOB。
返回 |
ListenableFuture<Void> |
|
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[null,null,["最后更新时间 (UTC):2025-03-26。"],[],[]]