public interface ShaSource
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(String sha)
Get an inputstream based on the given SHA-1
|
boolean |
isFast()
Retrieving the stream is fast so do not cache
|
boolean isFast()
InputStream get(String sha) throws Exception
sha - the SHA-1ExceptionCopyright © 2019 aQute SARL. All rights reserved.