Package org.deepsymmetry.cratedigger.pdb
Class RekordboxPdb.DeviceSqlLongUtf16be
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxPdb.DeviceSqlLongUtf16be
-
- Enclosing class:
- RekordboxPdb
public static class RekordboxPdb.DeviceSqlLongUtf16be extends io.kaitai.struct.KaitaiStructA UTF-16BE-encoded string preceded by a two-byte length field.
-
-
Constructor Summary
Constructors Constructor Description DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io)DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent)DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent, RekordboxPdb _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxPdb.DeviceSqlString_parent()RekordboxPdb_root()static RekordboxPdb.DeviceSqlLongUtf16befromFile(String fileName)intlength()Contains the length of the string in bytes, including two trailing nulls.Stringtext()The content of the string.
-
-
-
Constructor Detail
-
DeviceSqlLongUtf16be
public DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io)
-
DeviceSqlLongUtf16be
public DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent)
-
DeviceSqlLongUtf16be
public DeviceSqlLongUtf16be(io.kaitai.struct.KaitaiStream _io, RekordboxPdb.DeviceSqlString _parent, RekordboxPdb _root)
-
-
Method Detail
-
fromFile
public static RekordboxPdb.DeviceSqlLongUtf16be fromFile(String fileName) throws IOException
- Throws:
IOException
-
length
public int length()
Contains the length of the string in bytes, including two trailing nulls.
-
text
public String text()
The content of the string.
-
_root
public RekordboxPdb _root()
-
_parent
public RekordboxPdb.DeviceSqlString _parent()
-
-