Class TsFileUtils


  • public class TsFileUtils
    extends java.lang.Object
    Utils used to prepare source TsFiles for the examples.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] readTsFile​(java.lang.String tsFilePath, java.util.List<org.apache.iotdb.tsfile.read.common.Path> paths)  
      static void writeTsFile​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • writeTsFile

        public static void writeTsFile​(java.lang.String path)
      • readTsFile

        public static java.lang.String[] readTsFile​(java.lang.String tsFilePath,
                                                    java.util.List<org.apache.iotdb.tsfile.read.common.Path> paths)
                                             throws java.io.IOException
        Throws:
        java.io.IOException