public class LinesTextFileFormat extends Object implements FileFormat<String>
FileFormat for text files where each line is a String
 data item. See FileFormat.lines() for more details.| Modifier and Type | Field and Description | 
|---|---|
static String | 
FORMAT_LINES
Format ID for text file as lines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Charset | 
charset()
Returns the configured character encoding. 
 | 
boolean | 
equals(Object o)  | 
String | 
format()
Returns the name of the file format. 
 | 
int | 
hashCode()  | 
public static final String FORMAT_LINES
public Charset charset()
@Nonnull public String format()
FileFormatformat in interface FileFormat<String>Copyright © 2022 Hazelcast, Inc.. All rights reserved.