Package org.deepsymmetry.cratedigger.pdb
Class RekordboxAnlz.PhraseHigh
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.PhraseHigh
-
- Enclosing class:
- RekordboxAnlz
public static class RekordboxAnlz.PhraseHigh extends io.kaitai.struct.KaitaiStruct
-
-
Constructor Summary
Constructors Constructor Description PhraseHigh(io.kaitai.struct.KaitaiStream _io)PhraseHigh(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureEntry _parent)PhraseHigh(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureEntry _parent, RekordboxAnlz _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxAnlz.SongStructureEntry_parent()RekordboxAnlz_root()static RekordboxAnlz.PhraseHighfromFile(String fileName)RekordboxAnlz.MoodHighPhraseid()
-
-
-
Constructor Detail
-
PhraseHigh
public PhraseHigh(io.kaitai.struct.KaitaiStream _io)
-
PhraseHigh
public PhraseHigh(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureEntry _parent)
-
PhraseHigh
public PhraseHigh(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.SongStructureEntry _parent, RekordboxAnlz _root)
-
-
Method Detail
-
fromFile
public static RekordboxAnlz.PhraseHigh fromFile(String fileName) throws IOException
- Throws:
IOException
-
id
public RekordboxAnlz.MoodHighPhrase id()
-
_root
public RekordboxAnlz _root()
-
_parent
public RekordboxAnlz.SongStructureEntry _parent()
- Overrides:
_parentin classio.kaitai.struct.KaitaiStruct
-
-