public interface ShaSource
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
get(java.lang.String sha)
Get an inputstream based on the given SHA-1
|
boolean |
isFast()
Retrieving the stream is fast so do not cache
|
boolean isFast()
java.io.InputStream get(java.lang.String sha) throws java.lang.Exception
sha
- the SHA-1java.lang.Exception