@Incubating public interface BuildCacheEntryWriter
Modifier and Type | Method | Description |
---|---|---|
void |
writeTo(java.io.OutputStream output) |
Writes a build cache entry to the given stream.
|
void writeTo(java.io.OutputStream output) throws java.io.IOException
output
- output stream to write build cache entry tojava.io.IOException
- when an I/O error occurs when writing the cache entry to the given output stream