| Modifier and Type | Class | Description |
|---|---|---|
class |
GZIPContentEncoding |
| Modifier and Type | Method | Description |
|---|---|---|
static ContentEncoding |
ContentEncodingFactory.createEncoding(String encodingName) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ContentAddressableStore.contains(Hash hash,
ContentEncoding contentEncoding) |
Check whether content exists in the store with the specified hash with the specified encoding
|
boolean |
ContentAddressableStoreFileImpl.contains(Hash hash,
ContentEncoding contentEncoding) |
|
boolean |
ContentAddressableStoreInfinispanImpl.contains(Hash hash,
ContentEncoding contentEncoding) |
|
long |
ContentAddressableStore.getContentLength(Hash hash,
ContentEncoding contentEncoding) |
Get the length of the encoded content with the specified hash.
|
long |
ContentAddressableStoreFileImpl.getContentLength(Hash hash,
ContentEncoding contentEncoding) |
|
long |
ContentAddressableStoreInfinispanImpl.getContentLength(Hash hash,
ContentEncoding contentEncoding) |
|
InputStream |
ContentAddressableStore.read(Hash hash,
ContentEncoding contentEncoding) |
Read content from the store, returning using the given encoding.
|
InputStream |
ContentAddressableStoreFileImpl.read(Hash hash,
ContentEncoding contentEncoding) |
|
InputStream |
ContentAddressableStoreInfinispanImpl.read(Hash hash,
ContentEncoding contentEncoding) |
| Modifier and Type | Method | Description |
|---|---|---|
Hash |
ContentAddressableStore.write(InputStream stream,
List<ContentEncoding> encodings) |
Write content to the store in raw format and also formats specified in
the ContentEncodings.
|
Hash |
ContentAddressableStoreFileImpl.write(InputStream inputStream,
List<ContentEncoding> encodings) |
|
Hash |
ContentAddressableStoreInfinispanImpl.write(InputStream inputStream,
List<ContentEncoding> encodings) |
Copyright © 2018. All rights reserved.