Changes between Version 3 and Version 4 of ApertureDataObjectFile
- Timestamp:
- 11/01/05 16:01:53 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataObjectFile
v3 v4 5 5 = New-I/O = 6 6 Some extractors may require extended I/O functionality, like the [http://java.sun.com/j2se/1.5.0/docs/api/java/nio/Buffer.html#position(int) position()] method provided by [http://java.sun.com/j2se/1.5.0/docs/api/java/nio/ByteBuffer.html java.nio.ByteBuffer] and its superclass Buffer. Having a ByteBuffer internally would allow to return new instances of InputStream on each call to getInputStream(). Also, we may add (when needed) a getByteBuffer() method that returns the raw data. 7 8 The decision to use New-IO or an Extractor that works on Java Files will be postponed until we have a set of 3 or more extractors, that don't support {{{InputStream}}}. For now, we have these incompatible extractors: 9 10 * MP3 extractor by Jens Vonderheide 11 * MP3 extractor by eric farng - 7 12 8 13