| 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 TextFileFormat | FileFormat. text()Returns a file format for text files where the whole file is a single
 string item. | 
| static TextFileFormat | FileFormat. text(Charset charset)Returns a file format for text files where the whole file is a single
 string item. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.