public static class HttpArtifactCacheBinaryProtocol.StoreRequest extends Object
Constructor and Description |
---|
StoreRequest(ArtifactInfo info,
com.google.common.io.ByteSource payloadSource) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreWriteResult |
write(OutputStream requestSink) |
public StoreRequest(ArtifactInfo info, com.google.common.io.ByteSource payloadSource) throws IOException
IOException
public long getContentLength()
public com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreWriteResult write(OutputStream requestSink) throws IOException
IOException