Package boofcv.io.video
Class CombineFilesTogether
java.lang.Object
boofcv.io.video.CombineFilesTogether
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static boolean
readNext
(DataInputStream fis, DogArray_I8 output)
-
Constructor Details
-
CombineFilesTogether
public CombineFilesTogether()
-
-
Method Details
-
combine
- Throws:
IOException
-
readNext
- Throws:
IOException
-
main
- Throws:
IOException
-