BuildCacheEntryWriter

Writer to serialize a build cache entry.

Since

3.3

Functions

Link copied to clipboard
abstract fun getSize(): Long
Returns the size of the build cache entry to be written.
Link copied to clipboard
abstract fun writeTo(output: OutputStream)
Writes a build cache entry to the given stream.