public interface BinaryStore
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(String reference)
Return an input stream for the identifier
|
String |
put(String id,
InputStream stream,
long length)
Return the reference for the
|
InputStream get(String reference) throws IOException
reference - binary referenceIOExceptionString put(String id, InputStream stream, long length) throws IOException
id - binary identifierstream - stream to storelength - length of the streamIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.