Add to the repository @param in @param format @throws RepositoryException @throws RDFParseException @throws IOException
(InputStream in, RDFFormat format)
| 206 | * @throws IOException |
| 207 | */ |
| 208 | public void add(InputStream in, RDFFormat format) |
| 209 | throws RepositoryException, RDFParseException, IOException { |
| 210 | conn.add(in, DATAGOVBE, format, (Resource) null); |
| 211 | } |
| 212 | /** |
| 213 | * Add to the repository |
| 214 | * |
no outgoing calls
no test coverage detected