Ejemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: protected synchronized InputStream getInputStream() throws IOException
        protected internal override InputStream GetInputStream()
        {
            lock (this)
            {
                return(Impl.GetInputStream());
            }
        }