Package org.apache.flink.connector.file.src.reader
package org.apache.flink.connector.file.src.reader
-
ClassDescriptionBulkFormat<T,
SplitT extends FileSourceSplit> TheBulkFormatreads and decodes batches of records at a time.The actual reader that reads the batches of records.An iterator over records with their position in the file.A simple version of theStreamFormat, for formats that are not splittable.StreamFormat<T>A reader format that reads individual records from a stream.The actual reader that reads the records.A reader format that text lines from a file.The actual reader for theTextLineInputFormat.