natix.CompactDS.BitStream32.BitStream32 C# (CSharp) Method

BitStream32() public method

public BitStream32 ( ) : System
return System
        public BitStream32()
        {
            this.Buffer = new List<UInt32> ();
            // this.Offset = this.N = 0;
            this.N = 0;
        }

Same methods

BitStream32::BitStream32 ( BitStream32 bstream ) : System
BitStream32::BitStream32 ( int buffersizeuint ) : System