Class UtilTest


  • public class UtilTest
    extends java.lang.Object
    工具类测试
    • Constructor Summary

      Constructors 
      Constructor Description
      UtilTest()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.StringBuilder readFileByLines​(java.lang.String fileName)  
      void testDynamicDuration()
      根据模板和素材数量获取视频时长
      • Methods inherited from class java.lang.Object

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

      • UtilTest

        public UtilTest()
    • Method Detail

      • testDynamicDuration

        public void testDynamicDuration()
        根据模板和素材数量获取视频时长
      • readFileByLines

        public static java.lang.StringBuilder readFileByLines​(java.lang.String fileName)