BraintreeEncryption.Library.BouncyCastle.Util.Io.BaseInputStream.SetLength C# (CSharp) Method

SetLength() public final method

public final SetLength ( long value ) : void
value long
return void
        public override sealed void SetLength(long value)
        {
            throw new NotSupportedException();
        }