Java to C# conversion
-
Hi I am converting some code from Java to C#. RandomAccessFile class is used in Java application. What would be replacement of this class in C#. Thank You James
-
Hi I am converting some code from Java to C#. RandomAccessFile class is used in Java application. What would be replacement of this class in C#. Thank You James
Just a FileStream, I'd have thought. They have a Seek method, which makes it random access, right ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi I am converting some code from Java to C#. RandomAccessFile class is used in Java application. What would be replacement of this class in C#. Thank You James