Java Language Conversion Assistant Reference: Error Messages
java.io.PipedOutputStream.PipedOutputStream could not be converted

In Visual J++, this constructor creates an output file that is not connected to anything.

In the .NET Framework, there is no direct equivalent.

To correct this error

  • Use the System.IO.StreamWriter class. However, this class does not have an empty constructor.

See Also

Process Class | StreamWriter Class | System.IO Namespace

Page view tracker