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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -