Changes between Version 3 and Version 4 of ApertureDataObjectFile


Ignore:
Timestamp:
11/01/05 16:01:53 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataObjectFile

    v3 v4  
    55= New-I/O = 
    66Some 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 
     8The 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 -  
    712 
    813