public class TextFileFormat extends Object implements FileFormat<String>
FileFormat for text files where the whole file is one String data item. See FileFormat.text() for more details.| Modifier and Type | Field and Description | 
|---|---|
static String | 
FORMAT_TXT
Format ID for text files. 
 | 
| 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_TXT
@Nonnull public String format()
FileFormatformat in interface FileFormat<String>Copyright © 2022 Hazelcast, Inc.. All rights reserved.