net.sourceforge.neurosdbm.db.track
Class MP3Track

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.NewTrack
      extended bynet.sourceforge.neurosdbm.db.track.MP3Track

public class MP3Track
extends NewTrack


Field Summary
 
Fields inherited from class net.sourceforge.neurosdbm.db.NewTrack
bitRate, copied, extension, fileSize, harddriveFilename, harddrivePath, length, neurosAlbum, neurosArtist, neurosFilename, neurosGenre, neurosPath, neurosTitle, recording, tagAlbum, tagArtist, tagGenre, tagTitle, trackNumber, trackString
 
Constructor Summary
MP3Track(java.io.File trackToAdd, boolean rebuild, java.lang.String path, NeurosDevice device)
           
 
Methods inherited from class net.sourceforge.neurosdbm.db.NewTrack
prepareFields, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MP3Track

public MP3Track(java.io.File trackToAdd,
                boolean rebuild,
                java.lang.String path,
                NeurosDevice device)
         throws java.io.FileNotFoundException,
                NoMPEGFramesException,
                java.io.IOException,
                ID3v2FormatException,
                CorruptHeaderException


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.