Example #1
0
 private void _read()
 {
     _one = new ParamsDef(5, true, m_io);
 }
Example #2
0
 public ParamsDef(uint p_len, bool p_hasTrailer, KaitaiStream p__io, KaitaiStruct p__parent = null, ParamsDef p__root = null) : base(p__io)
 {
     m_parent    = p__parent;
     m_root      = p__root ?? this;
     _len        = p_len;
     _hasTrailer = p_hasTrailer;
     _read();
 }