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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -