Package adams.flow.transformer.splitfile
-
Interface Summary Interface Description FileSplitter Interface for file splitters.FileSplitterWithBinarySupport Interface for file splitters that can process binary files as well. -
Class Summary Class Description AbstractFileSplitter Ancestor for file splitters.AbstractFileSplitterWithBinarySupport Ancestor for file splitters that support binary files as well.SplitByLineCount Splits the text file into chunks with the specified maximum of lines.SplitByNumber Splits the file into a number of equally sized files.SplitBySize Splits the file into chunks with the specified maximum size. -
Enum Summary Enum Description FileType The types of files.