Esempio n. 1
0
 /// <summary>
 /// Creates an empty BXF3 formatted for DS1.
 /// </summary>
 public BXF3()
 {
     Files        = new List <BinderFile>();
     BHDTimestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     BDTTimestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Format       = Binder.Format.x74;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates an empty BXF4 formatted for DS3.
 /// </summary>
 public BXF4()
 {
     Files    = new List <BinderFile>();
     Version  = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Unicode  = true;
     Format   = Binder.Format.IDs | Binder.Format.Names1 | Binder.Format.Names2 | Binder.Format.Compression;
     Extended = 4;
 }
Esempio n. 3
0
 internal BDF4()
 {
     Timestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Flag1     = false;
     Flag2     = false;
     BigEndian = false;
     Unk1      = 0x30;
 }
Esempio n. 4
0
 /// <summary>
 /// Creates an empty BND3 formatted for DS1.
 /// </summary>
 public BND3()
 {
     Files     = new List <BinderFile>();
     Timestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Format    = Binder.Format.x74;
     BigEndian = false;
     Unk1      = false;
     Unk2      = 0;
 }
Esempio n. 5
0
 internal BHF4()
 {
     Timestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Flag1     = false;
     Flag2     = false;
     Unicode   = true;
     Format    = 0x74;
     Extended  = 4;
 }
Esempio n. 6
0
 /// <summary>
 /// Creates an empty BND4 formatted for DS3.
 /// </summary>
 public BND4()
 {
     Files     = new List <File>();
     Timestamp = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Format    = 0x74;
     BigEndian = false;
     Flag1     = false;
     Flag2     = false;
     Unicode   = true;
     Extended  = 4;
 }
Esempio n. 7
0
 /// <summary>
 /// Creates an empty BND3 formatted for DS1.
 /// </summary>
 public BND3()
 {
     Files   = new List <BinderFile>();
     Version = SFUtil.DateToBinderTimestamp(DateTime.Now);
     Format  = Binder.Format.IDs | Binder.Format.Names1 | Binder.Format.Names2 | Binder.Format.Compression;
 }