Interface BinaryStore
public interface BinaryStore
Abstraction for storing binaries
-
Method Summary
Modifier and TypeMethodDescriptionReturn an input stream for the identifierput
(String id, InputStream stream, long length) Return the reference for the
-
Method Details
-
get
Return an input stream for the identifier- Parameters:
reference
- binary reference- Returns:
- Throws:
IOException
-
put
Return the reference for the- Parameters:
id
- binary identifierstream
- stream to storelength
- length of the stream- Returns:
- Throws:
IOException
-