예제 #1
0
 /// <summary>
 /// ByteRunType class constructor
 /// </summary>
 public ByteRunType()
 {
     _hashes             = new List <HashType>();
     _length             = new IntegerObjectPropertyType();
     _image_Offset       = new IntegerObjectPropertyType();
     _file_System_Offset = new IntegerObjectPropertyType();
     _byte_Order         = new EndiannessType();
     _offset             = new IntegerObjectPropertyType();
 }
예제 #2
0
 /// <summary>
 /// DataSegmentType class constructor
 /// </summary>
 public DataSegmentType()
 {
     _search_Within   = new IntegerObjectPropertyType();
     _search_Distance = new IntegerObjectPropertyType();
     _offset          = new IntegerObjectPropertyType();
     _data_Segment    = new StringObjectPropertyType();
     _byte_Order      = new EndiannessType();
     _data_Size       = new DataSizeType();
 }
예제 #3
0
 /// <summary>
 /// FuzzyHashBlockType class constructor
 /// </summary>
 public FuzzyHashBlockType()
 {
     _segments         = new List <HashSegmentType>();
     _segment_Count    = new IntegerObjectPropertyType();
     _block_Hash_Value = new HashValueType();
 }
예제 #4
0
 /// <summary>
 /// FuzzyHashStructureType class constructor
 /// </summary>
 public FuzzyHashStructureType()
 {
     _block_Hash = new FuzzyHashBlockType();
     _block_Size = new IntegerObjectPropertyType();
 }