예제 #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 Trex(KaitaiStream p__io, KaitaiStruct p__parent = null, Trex p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root ?? this;
     _read();
 }
예제 #3
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();
 }
예제 #4
0
파일: Trex.cs 프로젝트: sunveil/dataformats
 public Header(KaitaiStream p__io, KaitaiStruct p__parent = null, Trex p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }