api / org.gradle.caching / BuildCacheEntryReader / readFrom

readFrom

abstract fun readFrom(input: InputStream): Unit

Read a build cache entry from the given input stream.

The given input stream will be closed by this method.

Parameters

input - input stream that contains the build cache entry

Exceptions

IOException - when an I/O error occurs when reading the cache entry from the given input stream