Beispiel #1
0
 public MasterBlockRef(ulong p_idx, KaitaiStream p__io, DsStore.BuddyAllocatorBody p__parent = null, DsStore p__root = null) : base(p__io)
 {
     m_parent      = p__parent;
     m_root        = p__root;
     _idx          = p_idx;
     f_masterBlock = false;
     _read();
 }
Beispiel #2
0
 public BlockDescriptor(KaitaiStream p__io, DsStore.BuddyAllocatorBody p__parent = null, DsStore p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     f_offset = false;
     f_size   = false;
     _read();
 }
Beispiel #3
0
 public FreeList(KaitaiStream p__io, DsStore.BuddyAllocatorBody p__parent = null, DsStore p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }
Beispiel #4
0
 public DirectoryEntry(KaitaiStream p__io, DsStore.BuddyAllocatorBody p__parent = null, DsStore p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
     _read();
 }