Example #1
0
 protected void SetContext(CGMBinaryContext context)
 {
     this.context = context;
 }
Example #2
0
 public CGMBinaryReader(Stream stream, CGMBinaryContext context)
 {
     this.BaseStream = stream;
     this.context    = context;
 }