file - Read and write in c# -
i want read file(image) , file video in c# , save(write) contents of both files(1 after another) in single txt file.now want again retrieve first image file content , second file content separately. possible read video , image file save in single file.
short answer: yes, possible.
long answer: depends heavily on implementation.
you may, example, create holder class receives both binaries properties, serialize them , commit storage; whenever necessary, load file , deserialize instance of holder class.
Comments
Post a Comment