usb.devices
Class Rio500.FolderEntry

java.lang.Object
  |
  +--usb.devices.Rio500.Data
        |
        +--usb.devices.Rio500.FolderEntry
Enclosing class:
Rio500

public static final class Rio500.FolderEntry
extends Rio500.Data

Exposes the fields desribing a folder.


Method Summary
 int getFirstFreeEntryOffset()
           
 int getFolderNumber()
           
 java.lang.String getName1()
           
 java.lang.String getName2()
           
 int getOffset()
           
 int getSongCount()
           
 Rio500.SongEntry[] getSongs()
           
 int getTime()
           
 boolean isExternal()
          Returns true if the folder is on a removable memory card
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFolderNumber

public int getFolderNumber()

getOffset

public int getOffset()

getFirstFreeEntryOffset

public int getFirstFreeEntryOffset()

getTime

public int getTime()

getName1

public java.lang.String getName1()

getName2

public java.lang.String getName2()

getSongCount

public int getSongCount()

getSongs

public Rio500.SongEntry[] getSongs()
                            throws java.io.IOException

isExternal

public boolean isExternal()
Returns true if the folder is on a removable memory card


Associated source code is licenced under the LGPL.
See http://jusb.sourceforge.net
This documentation was derived from that source code on 24-Jul-2002.