LSLib.LS.LSBReader.LSBReader C# (CSharp) Method

LSBReader() public method

public LSBReader ( Stream stream ) : System
stream Stream
return System
        public LSBReader(Stream stream)
        {
            this.stream = stream;
        }