0

I want merge two file. A file is a text file and is small but other is a video file and is large. How i can merge this two files with low cost time?(first text file and then video file add to this text file)

For Samples

thanks

  • 1
    What exactly do you think should a result look like when merging a text and a video file? – Alex B. Apr 05 '16 at 07:49
  • I want create lock software.i want insert a data binary at front of a big data. – user3164943 Apr 05 '16 at 07:52
  • Check BinaryReader especially function [ReadBytes()](https://msdn.microsoft.com/de-de/library/system.io.binaryreader.readbytes%28v=vs.110%29.aspx) and [Binary Writer](https://www.google.de/search?q=create+binary+file+.net&ie=utf-8&oe=utf-8&gws_rd=cr&ei=OHQDV8vLN8bw6ASjvJf4DQ) – Alex B. Apr 05 '16 at 08:20
  • Thank you for your answer my friend but time cost is very deep!i (force read video and append it to text file.) – user3164943 Apr 05 '16 at 09:27

0 Answers0