boofcv.io.video
Class CombineFilesTogether
- java.lang.Object
-
- boofcv.io.video.CombineFilesTogether
-
public class CombineFilesTogether extends java.lang.ObjectCombines 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
Constructors Constructor and Description CombineFilesTogether()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidcombine(java.util.List<java.lang.String> fileNames, java.lang.String outputName)static voidmain(java.lang.String[] args)static booleanreadNext(java.io.DataInputStream fis, GrowQueue_I8 output)
-
-
-
Method Detail
-
combine
public static void combine(java.util.List<java.lang.String> fileNames, java.lang.String outputName) throws java.io.IOException- Throws:
java.io.IOException
-
readNext
public static boolean readNext(java.io.DataInputStream fis, GrowQueue_I8 output) throws java.io.IOException- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.io.IOException- Throws:
java.io.IOException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG