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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -