Class FormatList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
org.cybergarage.upnp.std.av.server.object.FormatList
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class FormatList extends Vector
See Also:
Serialized Form
  • Constructor Details

    • FormatList

      public FormatList()
  • Method Details

    • getFormat

      public Format getFormat(int n)
    • getFormat

      public Format getFormat(String type)
    • getFormat

      public Format getFormat(File file)