public static interface BlobRepository.Decoder<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | decode(InputStream inputStream)A routine that knows how to convert the stream of bytes from the blob into a Java object. | 
| default String | getName()A name by which to distinguish this decoding. | 
default String getName()
T decode(InputStream inputStream)
inputStream - the bytes from a blobCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.