ByteStreamDownloader

public class ByteStreamDownloader
extends Object

java.lang.Object
   ↳ com.android.tradefed.cache.remote.ByteStreamDownloader


ไคลเอ็นต์ที่ใช้เมธอด Read ของบริการ gRPC ByteStream

สรุป

ตัวสร้างแบบสาธารณะ

ByteStreamDownloader(String instanceName, Channel channel, CallCredentials callCredentials, Duration callTimeout)

เมธอดสาธารณะ

ListenableFuture<Void> downloadBlob(Digest digest, OutputStream out)

ดาวน์โหลด BLOB โดยบริการ ByteStream ระยะไกล

ตัวสร้างแบบสาธารณะ

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)

ดาวน์โหลด BLOB โดยบริการ ByteStream ระยะไกล

พารามิเตอร์
digest Digest: ข้อมูลสรุปของ BLOB ที่จะดาวน์โหลด

out OutputStream: ERROR(/OutputStream) ที่ดาวน์โหลด BLOB

คิกรีเทิร์น
ListenableFuture<Void>