Class ImportExportHelper


  • public class ImportExportHelper
    extends java.lang.Object
    • Constructor Detail

      • ImportExportHelper

        public ImportExportHelper()
    • Method Detail

      • filterMessageFile

        public static void filterMessageFile​(@NotNull
                                             java.io.File src,
                                             @NotNull
                                             DXTickStream stream,
                                             @NotNull
                                             Selector selector)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • filterMessageFile

        public static void filterMessageFile​(@NotNull
                                             java.io.File src,
                                             @NotNull
                                             DXTickStream stream,
                                             @NotNull
                                             Selector selector,
                                             @NotNull
                                             LoadingOptions.WriteMode writeMode)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • filterMessageFile

        public static void filterMessageFile​(@NotNull
                                             java.io.File src,
                                             @NotNull
                                             DXTickStream stream)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • writeStreamsToFile

        public static void writeStreamsToFile​(@NotNull
                                              java.io.File file,
                                              @NotNull
                                              DXTickDB db,
                                              @NotNull
                                              DXTickStream[] streams,
                                              SelectionOptions options)
                                       throws java.io.IOException,
                                              java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException