Class CombineFilesTogether

java.lang.Object
boofcv.io.video.CombineFilesTogether

public class CombineFilesTogether extends Object
Combines a sequence of files together using a simple format. At the beginning of each segment/file [0xff,0xff,0xff] is written, followed by the 4-byte integer in big endian order specifying the file size. After that the file is written. This is repeated until all the files are done.