Changes between Version 16 and Version 17 of ApertureExtractor
- Timestamp:
- 10/17/05 16:06:40 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureExtractor
v16 v17 45 45 46 46 47 ALTERNATIVE: 47 /* 48 inferior ALTERNATIVE: 48 49 49 50 public RDFMap extract(URI id, InputStream stream, Charset charset, String mimetype) throws IOException, DocumentExtractorException; 51 52 inferior because with first, they only need to know the interface and with inferior they 53 have to know how to instantiate a RDFMap. Also performace of first is better, if the 54 RDF store is sneaked and passed through the method */ 55 50 56 51 57 }