c# - pretend to have a file without loading it from harddrive -


how pretend have file without loading file? challenge not create temporary file or load harddrive. rather keep in "memory".

in memory means me having existing class derivates stream initalized , having class working loaded file harddrive didnt...

a memory stream isn't file. it's data. concept of setting filename , extension on memory stream doesn't make sense - more byte[].


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -