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

BitStream() protected method

Initializes a new instance of the BitStream class with backing stream. The stream will be automatically closed when this stream is closed.
protected BitStream ( Stream stream ) : System
stream Stream
return System
		protected BitStream(Stream stream)
			: this(stream, false) {}

Same methods

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