Documentation of 'boofcv.io.video.CombineFilesTogether' Java class
CombineFilesTogether
boofcv.io.video

Class CombineFilesTogether



  • public class CombineFilesTogether
    extends java.lang.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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void combine(java.util.List<java.lang.String> fileNames, java.lang.String outputName) 
      static void main(java.lang.String[] args) 
      static boolean readNext(java.io.DataInputStream fis, GrowQueue_I8 output) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CombineFilesTogether

        public CombineFilesTogether()
    • 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

Ads help maintain this website.