Uses of Class
org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.SongStructureBody
-
Packages that use RekordboxAnlz.SongStructureBody Package Description org.deepsymmetry.cratedigger.pdb Generated classes for parsing rekordbox database export and track analysis files, along with support classes. -
-
Uses of RekordboxAnlz.SongStructureBody in org.deepsymmetry.cratedigger.pdb
Methods in org.deepsymmetry.cratedigger.pdb that return RekordboxAnlz.SongStructureBody Modifier and Type Method Description RekordboxAnlz.SongStructureBodyRekordboxAnlz.SongStructureEntry. _parent()RekordboxAnlz.SongStructureBodyRekordboxAnlz.SongStructureTag. body()The rest of the tag, which needs to be unmasked before it can be parsed.static RekordboxAnlz.SongStructureBodyRekordboxAnlz.SongStructureBody. fromFile(String fileName)Constructors in org.deepsymmetry.cratedigger.pdb with parameters of type RekordboxAnlz.SongStructureBody Constructor Description SongStructureEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureBody _parent)SongStructureEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureBody _parent, RekordboxAnlz _root)
-