/// <summary>
 /// Construct a loader with the specified CODEC.
 /// </summary>
 /// <param name="codec">The codec to use.</param>
 public BinaryDataLoader(IDataSetCODEC codec)
 {
     _codec = codec;
     Status = new NullStatusReportable();
 }
 /// <summary>
 /// Construct a loader with the specified CODEC. 
 /// </summary>
 /// <param name="codec">The codec to use.</param>
 public MemoryDataLoader(IDataSetCODEC codec)
 {
     _codec = codec;
     Status = new NullStatusReportable();
 }
 /// <summary>
 /// Construct a loader with the specified CODEC. 
 /// </summary>
 /// <param name="codec">The codec to use.</param>
 public BinaryDataLoader(IDataSetCODEC codec)
 {
     this.codec = codec;
     this.Status = new NullStatusReportable();
 }
Esempio n. 4
0
 public BinaryDataLoader(IDataSetCODEC codec)
 {
     this._x75d376891c19d365 = codec;
     this.Status = new NullStatusReportable();
 }
Esempio n. 5
0
 public MemoryDataLoader(IDataSetCODEC codec)
 {
     this._x75d376891c19d365 = codec;
     this.x658c509a55e4e71a = new NullStatusReportable();
 }