public interface BuildCacheEntryReader
| Modifier and Type | Method | Description | 
|---|---|---|
| void | readFrom(java.io.InputStream input) | Read a build cache entry from the given input stream. | 
void readFrom(java.io.InputStream input)
       throws java.io.IOException
The given input stream will be closed by this method.
input - input stream that contains the build cache entryjava.io.IOException - when an I/O error occurs when reading the cache entry from the given input stream