public interface BlobStoreClient
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readBlob(String prefix,
String blobId,
Function<InputStream,T> reader,
String expectedContentType) |
BlobResponse |
writeBlob(String prefix,
byte[] bytes,
String contentType) |
BlobResponse writeBlob(String prefix, byte[] bytes, String contentType)
<T> T readBlob(String prefix, String blobId, Function<InputStream,T> reader, String expectedContentType)
Copyright © 2021. All rights reserved.