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

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -