BitStream
BitStream copied to clipboard
Does this work with streams of unknown length?
Haven't tried yet, am currently comparing some various implementations, but does this library support reading from a stream without a known length, such as a network stream? I did a quick glance, and saw usage of Stream.CopyTo in the constructor, where it appeared to essentially just read and copy the entire stream and used that data, making this appear to work more as a buffer, not a stream.