Exemplo n.º 1
0
 public void Build(IBitStream bstream, short Brank, int Bselect)
 {
     this.BuildBackend (bstream.GetIList32 (), Brank, Bselect, (int)bstream.CountBits);
 }
Exemplo n.º 2
0
 public void Build(IBitStream bitmap, short B)
 {
     this.BuildBackend (bitmap.GetIList32(), (int)bitmap.CountBits, B);
 }