How to use filestream, memoryStream ,byte array and streamreader properly

  • Thread starter Thread starter pgmfan
  • Start date Start date
P

pgmfan

What is the difference among filestream, memoryStream and byte stream,
how do i use each properly. i confused by them

appreciate for any advice ,please help
 
What is the difference among filestream, memoryStream and byte stream,
how do i use each properly. i confused by them

Byte stream? That doesn't exist as far as I know.

As for FileStream and MemoryStream, they are what they say they are.
FileStream reads from\writes to a file while a Memory stream works with a
memory buffer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top