Org.BouncyCastle.Asn1.IndefiniteLengthInputStream.IndefiniteLengthInputStream C# (CSharp) Méthode

IndefiniteLengthInputStream() private méthode

private IndefiniteLengthInputStream ( Stream inStream, int limit ) : System
inStream System.IO.Stream
limit int
Résultat System
        internal IndefiniteLengthInputStream(
            Stream	inStream,
            int		limit)
            : base(inStream, limit)
        {
            _lookAhead = RequireByte();
            CheckForEof();
        }