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