Sharpen.PrintWriter.PrintWriter C# (CSharp) Method

PrintWriter() public method

public PrintWriter ( FilePath path ) : System
path FilePath
return System
        public PrintWriter(FilePath path)
        {
            writer = new StreamWriter (path);
        }

Same methods

PrintWriter::PrintWriter ( TextWriter other ) : System