public interface BuildCacheEntryWriter
| Modifier and Type | Method | Description | 
|---|---|---|
| long | getSize() | Returns the size of the build cache entry to be written. | 
| 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
The given output stream will be closed by this method.
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 streamlong getSize()