Uses of Interface
adams.flow.transformer.splitfile.FileSplitter
-
Packages that use FileSplitter Package Description adams.flow.transformer adams.flow.transformer.splitfile -
-
Uses of FileSplitter in adams.flow.transformer
Fields in adams.flow.transformer declared as FileSplitter Modifier and Type Field Description protected FileSplitterSplitFile. m_Splitterthe split algorithm.Methods in adams.flow.transformer that return FileSplitter Modifier and Type Method Description FileSplitterSplitFile. getSplitter()Returns the split algorithm.Methods in adams.flow.transformer with parameters of type FileSplitter Modifier and Type Method Description voidSplitFile. setSplitter(FileSplitter value)Sets the splitter algorithm. -
Uses of FileSplitter in adams.flow.transformer.splitfile
Subinterfaces of FileSplitter in adams.flow.transformer.splitfile Modifier and Type Interface Description interfaceFileSplitterWithBinarySupportInterface for file splitters that can process binary files as well.Classes in adams.flow.transformer.splitfile that implement FileSplitter Modifier and Type Class Description classAbstractFileSplitterAncestor for file splitters.classAbstractFileSplitterWithBinarySupportAncestor for file splitters that support binary files as well.classSplitByLineCountSplits the text file into chunks with the specified maximum of lines.classSplitByNumberSplits the file into a number of equally sized files.classSplitBySizeSplits the file into chunks with the specified maximum size.
-