Class RekordboxPdb.DeviceSqlString

  • Enclosing class:
    RekordboxPdb

    public static class RekordboxPdb.DeviceSqlString
    extends io.kaitai.struct.KaitaiStruct
    A variable length string which can be stored in a variety of different encodings.
    • Constructor Detail

      • DeviceSqlString

        public DeviceSqlString​(io.kaitai.struct.KaitaiStream _io)
      • DeviceSqlString

        public DeviceSqlString​(io.kaitai.struct.KaitaiStream _io,
                               io.kaitai.struct.KaitaiStruct _parent)
      • DeviceSqlString

        public DeviceSqlString​(io.kaitai.struct.KaitaiStream _io,
                               io.kaitai.struct.KaitaiStruct _parent,
                               RekordboxPdb _root)
    • Method Detail

      • lengthAndKind

        public int lengthAndKind()
        Mangled length of an ordinary ASCII string if odd, or a flag indicating another encoding with a longer length value to follow.
      • body

        public io.kaitai.struct.KaitaiStruct body()
      • _parent

        public io.kaitai.struct.KaitaiStruct _parent()
        Overrides:
        _parent in class io.kaitai.struct.KaitaiStruct