Package org.deepsymmetry.cratedigger.pdb
Class RekordboxPdb.ColorRow
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.ColorRow
-
- Enclosing class:
- RekordboxPdb
public static class RekordboxPdb.ColorRow extends io.kaitai.struct.KaitaiStructA row that holds a color name and the associated ID.
-
-
Constructor Summary
Constructors Constructor Description ColorRow(io.kaitai.struct.KaitaiStream _io)ColorRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)ColorRow(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()byte[]_unnamed0()int_unnamed2()static RekordboxPdb.ColorRowfromFile(String fileName)intid()The unique identifier by which this color can be requested and linked from other rows (such as tracks).RekordboxPdb.DeviceSqlStringname()The variable-length string naming the color.
-
-
-
Constructor Detail
-
ColorRow
public ColorRow(io.kaitai.struct.KaitaiStream _io)
-
ColorRow
public ColorRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent)
-
ColorRow
public ColorRow(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.RowRef _parent, RekordboxPdb _root)
-
-
Method Detail
-
fromFile
public static RekordboxPdb.ColorRow fromFile(String fileName) throws IOException
- Throws:
IOException
-
_unnamed0
public byte[] _unnamed0()
-
id
public int id()
The unique identifier by which this color can be requested and linked from other rows (such as tracks).
-
_unnamed2
public int _unnamed2()
-
name
public RekordboxPdb.DeviceSqlString name()
The variable-length string naming the color.
-
_root
public RekordboxPdb _root()
-
_parent
public RekordboxPdb.RowRef _parent()
-
-