Beispiel #1
0
 public FSTDirectory(FST root, FSTEntry entry) : base(root, entry)
 {
 }
Beispiel #2
0
 public FSTFile(FST root, FSTEntry entry) : base(root, entry)
 {
 }
Beispiel #3
0
 public FSTEntryNode(FST root, FSTEntry entry)
 {
     this.Root   = root;
     this._entry = entry;
 }