public JustStr(KaitaiStream p__io, ProcessToUser p__parent = null, ProcessToUser p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root; _read(); }
public ProcessToUser(KaitaiStream p__io, KaitaiStruct p__parent = null, ProcessToUser p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root ?? this; _read(); }