Ejemplo n.º 1
0
 public BitStream()
 {
     pointer = BitStream_Native.BitStream_Create1();
     Reset();
 }