Package org.deepsymmetry.cratedigger.pdb
Class RekordboxPdb.HistoryPlaylistRow
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.HistoryPlaylistRow
-
- Enclosing class:
- RekordboxPdb
public static class RekordboxPdb.HistoryPlaylistRow extends io.kaitai.struct.KaitaiStructA row that holds a history playlist ID and name, linking to the track IDs captured during a performance on the player.
-
-
Constructor Summary
Constructors Constructor Description HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io)HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent, RekordboxPdb _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxPdb.RowRef_parent()RekordboxPdb_root()static RekordboxPdb.HistoryPlaylistRowfromFile(String fileName)longid()The unique identifier by which this history playlist can be requested.RekordboxPdb.DeviceSqlStringname()The variable-length string naming the playlist.
-
-
-
Constructor Detail
-
HistoryPlaylistRow
public HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io)
-
HistoryPlaylistRow
public HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)
-
HistoryPlaylistRow
public HistoryPlaylistRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent, RekordboxPdb _root)
-
-
Method Detail
-
fromFile
public static RekordboxPdb.HistoryPlaylistRow fromFile(String fileName) throws IOException
- Throws:
IOException
-
id
public long id()
The unique identifier by which this history playlist can be requested.
-
name
public RekordboxPdb.DeviceSqlString name()
The variable-length string naming the playlist.
-
_root
public RekordboxPdb _root()
-
_parent
public RekordboxPdb.RowRef _parent()
- Overrides:
_parentin classio.kaitai.struct.KaitaiStruct
-
-