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 lengthAndKind)
      • DeviceSqlShortAscii

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

      • length

        public Integer length()
        the length extracted of the entire device_sql_short_ascii type
      • text

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

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