//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: protected void shutdownOutput() throws IOException
        protected internal override void ShutdownOutput()
        {
            Impl.ShutdownOutput();
        }