public interface LdpBinaryStoreService
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String resource) |
boolean |
delete(org.openrdf.model.URI uri) |
String |
getHash(String resource) |
String |
getHash(org.openrdf.model.URI uri) |
InputStream |
read(String resource) |
InputStream |
read(org.openrdf.model.URI resource) |
boolean |
store(String resource,
InputStream stream) |
boolean |
store(org.openrdf.model.URI resource,
InputStream stream) |
boolean store(String resource, InputStream stream)
boolean store(org.openrdf.model.URI resource,
InputStream stream)
InputStream read(String resource) throws IOException
IOExceptionInputStream read(org.openrdf.model.URI resource) throws IOException
IOExceptionString getHash(org.openrdf.model.URI uri)
boolean delete(org.openrdf.model.URI uri)
boolean delete(String resource)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.