Gammtek.Conduit.IO.BitStream.BitStream C# (CSharp) Method

BitStream() protected method

Initializes a new instance of the BitStream class.
protected BitStream ( ) : System
return System
		protected BitStream()
			: this(null, false) {}

Same methods

BitStream::BitStream ( Stream stream ) : System
BitStream::BitStream ( Stream stream, bool leaveOpen ) : System