Uses of Enum Class
com.pervasive.datarush.operators.io.mdf.MDFUtil.MDFVersion
Packages that use MDFUtil.MDFVersion
-
Uses of MDFUtil.MDFVersion in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf that return MDFUtil.MDFVersionModifier and TypeMethodDescriptionReadMDF.getVersion()Sets the expected MDF versionstatic MDFUtil.MDFVersionReturns the enum constant of this class with the specified name.static MDFUtil.MDFVersion[]MDFUtil.MDFVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.mdf with parameters of type MDFUtil.MDFVersionModifier and TypeMethodDescriptionstatic com.pervasive.datarush.operators.io.mdf.internal.MDF<?>MDFUtil.getMDFFileWrapper(MDFUtil.MDFVersion version, FileClient fileClient, ByteSource source) voidReadMDF.setVersion(MDFUtil.MDFVersion version) Get the expected MDF versionConstructors in com.pervasive.datarush.operators.io.mdf with parameters of type MDFUtil.MDFVersionModifierConstructorDescriptionMDFAttachmentReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target) MDFFormat(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, ReadMDF.ExtractionMode runMode, RecordTextSchema<?> schema) MDFFormat(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, ReadMDF.ExtractionMode runMode, RecordTextSchema<?> schema, FileMetadata metadata, boolean splittable) MDFMetaDataReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target) MDFRecordReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, RecordSettable target)