Package org.deepsymmetry.cratedigger.pdb
Class RekordboxPdb.DeviceSqlShortAscii
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.DeviceSqlShortAscii
-
- Enclosing class:
- RekordboxPdb
public static class RekordboxPdb.DeviceSqlShortAscii extends io.kaitai.struct.KaitaiStructAn ASCII-encoded string up to 127 bytes long.
-
-
Constructor Summary
Constructors Constructor Description DeviceSqlShortAscii(io.kaitai.struct.KaitaiStream _io, int mangledLength)DeviceSqlShortAscii(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent, int mangledLength)DeviceSqlShortAscii(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent, RekordboxPdb _root, int mangledLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxPdb.DeviceSqlString_parent()RekordboxPdb_root()Integerlength()The un-mangled length of the string, in bytes.intmangledLength()Contains the actual length, incremented, doubled, and incremented again.Stringtext()The content of the string.
-
-
-
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)
-
DeviceSqlShortAscii
public DeviceSqlShortAscii(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent, RekordboxPdb _root, 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.
-
_root
public RekordboxPdb _root()
-
_parent
public RekordboxPdb.DeviceSqlString _parent()
-
-