at.tuwien.ifs.feature.extraction.audio.input
Class OSIRISFileListInputReader

java.lang.Object
  extended by at.tuwien.ifs.feature.extraction.audio.input.AbstractFileListReader
      extended by at.tuwien.ifs.feature.extraction.audio.input.OSIRISFileListInputReader

public class OSIRISFileListInputReader
extends AbstractFileListReader

Copyright Vienna University of Technology

reads in ID/URL List from DELOS DLMS OSIRIS (Basel) system.
format is e.g.: 1@audio ; http://delos:dlms@isisdemo.cs.unibas.ch/ISIS.AUDIO/Music/A3/Exile on Coldharbour Lane/A3 - Ain't Goin' to Goa.mp3

Version:
$Id: OSIRISFileListInputReader.java 172 2010-06-17 16:21:16Z mayer $
Author:
Thomas Lidy

Field Summary
 
Fields inherited from class at.tuwien.ifs.feature.extraction.audio.input.AbstractFileListReader
metaDataList
 
Constructor Summary
OSIRISFileListInputReader(java.io.File file)
           
 
Method Summary
private  void readFile(java.io.File file)
           
 
Methods inherited from class at.tuwien.ifs.feature.extraction.audio.input.AbstractFileListReader
getFeatureVectors, getMetaDataList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSIRISFileListInputReader

public OSIRISFileListInputReader(java.io.File file)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readFile

private void readFile(java.io.File file)
               throws java.io.IOException
Throws:
java.io.IOException