예제 #1
0
파일: Trex.cs 프로젝트: sunveil/dataformats
 public Package(KaitaiStream p__io, Trex.Link p__parent = null, Trex p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }
예제 #2
0
파일: Trex.cs 프로젝트: sunveil/dataformats
 public AdditionalInfo(KaitaiStream p__io, Trex.Link p__parent = null, Trex p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }