Package com.hazelcast.jet.pipeline.file
Class TextFileFormat
java.lang.Object
com.hazelcast.jet.pipeline.file.TextFileFormat
- All Implemented Interfaces:
- FileFormat<String>,- Serializable
FileFormat for text files where the whole file is one 
 String data item. See FileFormat.text() for more details.- Since:
- Jet 4.4
- See Also:
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
FORMAT_TXTFormat ID for text files.- See Also:
 
 
- 
- 
Method Details- 
charsetReturns the configured character encoding.
- 
formatDescription copied from interface:FileFormatReturns the name of the file format. The convention is to use the well-known filename suffix or, if there is none, a short-form name of the format.- Specified by:
- formatin interface- FileFormat<String>
 
- 
equals
- 
hashCodepublic int hashCode()
 
-