CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    26

    [RESOLVED] Copying files with InputStream/OutputStream instead of Reader/Writer

    My code is currently copying files using Reader/Writer but I need to do so using Input/Output Stream. How do I change my code to do that?
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured