AcoustID.Util.BitStringWriter.BitStringWriter C# (CSharp) Method

BitStringWriter() public method

public BitStringWriter ( ) : System.Collections.Generic
return System.Collections.Generic
        public BitStringWriter()
        {
            m_value = new List<byte>();
            m_buffer = 0;
            m_buffer_size = 0;
        }