Changes between Version 15 and Version 16 of ApertureExtractor
- Timestamp:
- 10/17/05 15:58:05 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureExtractor
v15 v16 43 43 */ 44 44 public void extract(URI id, InputStream stream, Charset charset, String mimetype, RDFMap result) throws IOException, DocumentExtractorException; 45 46 47 ALTERNATIVE: 48 49 public RDFMap extract(URI id, InputStream stream, Charset charset, String mimetype) throws IOException, DocumentExtractorException; 50 45 51 } 46 52 }}}