Uses of Class
net.sourceforge.neurosdbm.db.DatabaseInternalCorruptionException

Packages that use DatabaseInternalCorruptionException
net.sourceforge.neurosdbm   
net.sourceforge.neurosdbm.db   
 

Uses of DatabaseInternalCorruptionException in net.sourceforge.neurosdbm
 

Methods in net.sourceforge.neurosdbm that throw DatabaseInternalCorruptionException
 void TextMode.sync()
           
 void TextMode.add(java.util.List paths)
           
 void TextMode.addPlaylist(java.util.List paths)
           
 void TextMode.clear()
           
 void TextMode.rebuild()
           
 

Constructors in net.sourceforge.neurosdbm that throw DatabaseInternalCorruptionException
TextMode(boolean quiet)
           
 

Uses of DatabaseInternalCorruptionException in net.sourceforge.neurosdbm.db
 

Methods in net.sourceforge.neurosdbm.db that throw DatabaseInternalCorruptionException
(package private)  void UnidedHiSiMDB.write()
           
(package private)  void UnidedHiSiDB.write()
           
(package private)  void RecordingsMDB.write()
           
(package private)  void PlaylistMDB.write()
          Writes this MDB to disk.
(package private)  void PAI.addNewRecord(int keyToAdd, int paiKey)
           
(package private)  void MDBRecord.write(NIOFile file)
          This function writes this record to the end of of the passed in NIOFile.
protected  void MDB.write(NIOFile file)
           
(package private)  void IdedHiSiMDB.write()
           
(package private)  void IdedHiSiDB.write()
           
(package private)  void GenreMDB.write()
           
(package private)  int GenreMDB.addNewTrack(java.lang.String genre, GenreSAI genreSAI, PAI genrePAI, int audioKey)
           
(package private)  void FailedHiSiMDB.write()
           
(package private)  void FailedHiSiDB.write()
           
(package private)  void ExtraInfo.write(NIOFile file)
           
 void Database.write()
          This function writes the current in memory database to the Neuros device.
 void Database.write(boolean disableAutoBackup)
          This function writes the current in memory database to the Neuros device.
 int Database.rebuild()
           
 int Database.rebuild(RebuildDatabase.RebuildDialog dialog)
           
 boolean Database.queueMP3TrackAdd(java.io.File trackToAdd)
           
 boolean Database.queueMP3TrackAdd(java.io.File trackToAdd, boolean rebuild)
           
private  boolean Database.queueOGGTrackAdd(java.io.File trackToAdd)
           
private  boolean Database.queueOGGTrackAdd(java.io.File trackToAdd, boolean rebuild)
           
 boolean Database.queueWMATrackAdd(java.io.File trackToAdd)
           
 boolean Database.queueWMATrackAdd(java.io.File trackToAdd, boolean rebuild)
           
 boolean Database.queueWAVTrackAdd(java.io.File trackToAdd)
           
 boolean Database.queueWAVTrackAdd(java.io.File trackToAdd, boolean rebuild)
           
 int Database.queueTracksRecurseDirectories(java.io.File[] files)
           
 boolean Database.queueTrackAdd(NewTrack newTrack)
          Queues the new track for copying over to the Neuros.
 void Database.testTrackAdd1()
           
 void Database.testTrackAdd2()
           
 void Database.testTrackAddRandom()
           
 void Database.addToPlaylist(int audioKey, int playlistKey)
           
 void Database.addToPlaylist(int audioKey, int playlistKey, boolean disableSave)
           
 void Database.addToPlaylist(java.util.ArrayList tracks, int playlistKey)
           
 void Database.deleteFromPlaylist(java.util.ArrayList tracks, int playlistKey)
           
 int Database.addFilesToPlaylist(java.io.File[] files, int playListKey)
          Add files directly to playlist.
(package private)  void AudioMDB.write()
           
(package private)  void AudioDBBase.write()
           
(package private)  int AudioDBBase.addNewTrack(NewTrack newTrack)
           
(package private)  void AudioDBBase.addToPlaylist(int trackKey, int playlistKey)
          This function makes the appropriate links to add a track to a playlist.
(package private)  void AudioDBBase.deleteFromPlaylist(int trackKey, int playlistKey)
          This function fixes the appropriate links when a track is to be removed from a playlist.
(package private)  void ArtistMDB.write()
           
(package private)  int ArtistMDB.addNewTrack(java.lang.String artist, ArtistSAI artistSAI, PAI artistPAI, int audioKey)
           
(package private)  void ArtistAlbumMDB.write()
           
(package private)  void AlbumsMDB.write()
           
(package private)  int AlbumsMDB.addNewTrack(java.lang.String album, AlbumsSAI albumsSAI, PAI albumsPAI, int audioKey)
           
 void AdvDatabase.write(boolean disableAutoBackup)
          This function writes the current in memory database to the Neuros device.
(package private)  void AdvAudioDB.write()
           
 



Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.