Class RekordboxAnlz.TaggedSection

  • Enclosing class:
    RekordboxAnlz

    public static class RekordboxAnlz.TaggedSection
    extends io.kaitai.struct.KaitaiStruct
    A type-tagged file section, identified by a four-byte magic sequence, with a header specifying its length, and whose payload is determined by the type tag.
    • Constructor Detail

      • TaggedSection

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

        public TaggedSection​(io.kaitai.struct.KaitaiStream _io,
                             RekordboxAnlz _parent)
    • Method Detail

      • lenHeader

        public long lenHeader()
        The size, in bytes, of the header portion of the tag.
      • lenTag

        public long lenTag()
        The size, in bytes, of this entire tag, counting the header.
      • body

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

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

        public byte[] _raw_body()