Class RekordboxPdb.DeviceSqlShortAscii

  • Enclosing class:
    RekordboxPdb

    public static class RekordboxPdb.DeviceSqlShortAscii
    extends io.kaitai.struct.KaitaiStruct
    An ASCII-encoded string up to 127 bytes long.
    • Constructor Detail

      • DeviceSqlShortAscii

        public DeviceSqlShortAscii​(io.kaitai.struct.KaitaiStream _io,
                                   int mangledLength)
      • DeviceSqlShortAscii

        public DeviceSqlShortAscii​(io.kaitai.struct.KaitaiStream _io,
                                   RekordboxPdb.DeviceSqlString _parent,
                                   int mangledLength)
    • Method Detail

      • length

        public Integer length()
        The un-mangled length of the string, in bytes.
      • text

        public String text()
        The content of the string.
      • mangledLength

        public int mangledLength()
        Contains the actual length, incremented, doubled, and incremented again. Go figure.