Uses of Class
cz.martlin.xspf.playlist.elements.XSPFFile
-
Packages that use XSPFFile Package Description cz.martlin.xspf.playlist.elements The actual xspf file elements (playlist, track, ...) implementation.cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFFile in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFFile Modifier and Type Method Description static XSPFFileXSPFFile. create()Creates empty xspf file.static XSPFFileXSPFFile. load(File file)Loads the XSPF playlist from the given file. -
Uses of XSPFFile in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFFile Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFFile file)Prints the given file with given label and padding.
-