Exemple #1
0
 public PkgInt(nsIdxSft idxsft,
               nsSftMsk sftmsk,
               nsBitSft bitsft,
               nsUnitMsk unitmsk,
               int[] data)
 {
     this.idxsft  = idxsft;
     this.sftmsk  = sftmsk;
     this.bitsft  = bitsft;
     this.unitmsk = unitmsk;
     this.data    = data;
 }
Exemple #2
0
 public PkgInt(nsIdxSft idxsft,
     nsSftMsk sftmsk,
     nsBitSft bitsft,
     nsUnitMsk unitmsk,
     int[] data)
 {
     this.idxsft = idxsft;
     this.sftmsk = sftmsk;
     this.bitsft = bitsft;
     this.unitmsk = unitmsk;
     this.data = data;
 }