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
Post a Comment