jdk/src/share/classes/javax/sound/midi/Soundbank.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    98     public String getDescription();
    98     public String getDescription();
    99 
    99 
   100 
   100 
   101     /**
   101     /**
   102      * Extracts a list of non-Instrument resources contained in the sound bank.
   102      * Extracts a list of non-Instrument resources contained in the sound bank.
   103      * @return an array of resources, exclusing instruments.  If the sound bank contains
   103      * @return an array of resources, excluding instruments.  If the sound bank contains
   104      * no resources (other than instruments), returns an array of length 0.
   104      * no resources (other than instruments), returns an array of length 0.
   105      */
   105      */
   106     public SoundbankResource[] getResources();
   106     public SoundbankResource[] getResources();
   107 
   107 
   108 
   108