Package deltix.qsrv.hf.tickdb.ui.tbshell
Class ImportExportHelper
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.ImportExportHelper
-
public class ImportExportHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportExportHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
filterMessageFile(java.io.File src, DXTickStream stream)
static void
filterMessageFile(java.io.File src, DXTickStream stream, Selector selector)
static void
filterMessageFile(java.io.File src, DXTickStream stream, Selector selector, LoadingOptions.WriteMode writeMode)
static boolean
isCompatible(RecordClassDescriptor[] inTypes, RecordClassDescriptor[] outTypes)
static void
writeStreamsToFile(java.io.File file, DXTickDB db, DXTickStream[] streams, SelectionOptions options)
-
-
-
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
-
isCompatible
public static boolean isCompatible(@NotNull RecordClassDescriptor[] inTypes, @NotNull RecordClassDescriptor[] outTypes)
-
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
-
-