Keyczar.Util.NondestructiveBinaryReader.NondestructiveBinaryReader C# (CSharp) Метод

NondestructiveBinaryReader() публичный Метод

Initializes a new instance of the NondestructiveBinaryReader class.
The stream does not support reading, the stream is null, or the stream is already closed. /// is null.
public NondestructiveBinaryReader ( Stream input, Encoding encoding ) : System
input Stream The supplied stream.
encoding System.Text.Encoding The character encoding.
Результат System
        public NondestructiveBinaryReader(Stream input, Encoding encoding)
            : base(input, encoding)
        {
        }

Same methods

NondestructiveBinaryReader::NondestructiveBinaryReader ( Stream input ) : System