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 referenceIOException
String put(String id, InputStream stream, long length) throws IOException
id
- binary identifierstream
- stream to storelength
- length of the streamIOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.