Package | Description |
---|---|
aQute.libg.shacache |
Modifier and Type | Method and Description |
---|---|
java.io.File |
ShaCache.getFile(java.lang.String sha,
ShaSource... sources)
Small variation on the cache that returns a file instead of a stream
|
java.io.InputStream |
ShaCache.getStream(java.lang.String sha,
ShaSource... sources)
Return a stream that is associated with a SHA.
|