| Package | Description | 
|---|---|
| com.hazelcast.jet.pipeline.file | This package offers the  FileSourceBuilderwhich allows you to construct various kinds ofPipelinesources that read from local or distributed files. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LinesTextFileFormat | FileFormat. lines()Returns a file format for text files where each line is a  Stringdata item. | 
| static LinesTextFileFormat | FileFormat. lines(Charset charset)Returns a file format for text files where each line is a  Stringdata item. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.