Interface Splitter

    • Method Detail

      • getFormat

        DataFormat getFormat()
        Get the format related to the splitter.
        Returns:
        a DataFormat object
      • split

        void split​(DataFile inFile,
                   Iterator<DataFile> outFileIterator)
            throws IOException
        Split data.
        Parameters:
        inFile - input DataFile
        outFileIterator - iterator over DataFile to create
        Throws:
        IOException - if an error occurs while split data