Article ID: 819600 - Last Review: November 26, 2007 - Revision: 3.6 BUG: Help topic for the java.io.PipedOutputStream class is not correct in Visual Studio .NET or in Visual Studio 2005On This PageSYMPTOMSYou have a Visual J++ project with a class that uses the java.io.PipedOutputStream object. When you convert your Visual J++ project to a Visual C#
.NET project by using the Java Language Conversion Assistant (JLCA), the java.io.PipedOutputStream object is not converted completely in the Visual C# .NET or in Visual C# 2005 code
that is generated. When you open the Microsoft Visual Studio .NET or Microsoft Visual Studio 2005 Help topic
that is listed in the UPGRADE_ISSUE comment, the java.io.PipedOutputStream class is listed as System.IO.StreamReader in the Help topic. This is not correct. The content in the Microsoft Help topic at ms-help://MS.VSCC.2003/commoner/redir/redirect.htm? keyword="jlca1000_javaioPipedOutputStreamPipedOutputStream (or online at http://msdn2.microsoft.com/en-us/library/Aa669343(VS.71).aspx (http://msdn2.microsoft.com/en-us/library/Aa669343(VS.71).aspx) ) is as follows: RESOLUTIONIn the Microsoft .NET Framework, the equivalent of java.io.PipedOutputStream is System.IO.StreamWriter, not System.IO.StreamReader. The Help topic should read as follows: STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed at the beginning of this article.
MORE INFORMATIONSteps to Reproduce the Behavior
REFERENCESFor more information about the java.io.PipedOutputStream class, visit the following Microsoft Developer Network (MSDN) Web
site: http://msdn.microsoft.com/en-us/library/aa285948(VS.60).aspx
(http://msdn.microsoft.com/en-us/library/aa285948(VS.60).aspx)
APPLIES TO
| Article Translations
|
Back to the top
