public class RawBytesFileFormat extends Object implements FileFormat<byte[]>
FileFormat
for binary files where the whole file is one byte[]
item. See FileFormat.bytes()
for more details.Modifier and Type | Field and Description |
---|---|
static String |
FORMAT_BIN
Format ID for raw binary data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
format()
Returns the name of the file format.
|
int |
hashCode() |
public static final String FORMAT_BIN
@Nonnull public String format()
FileFormat
format
in interface FileFormat<byte[]>
Copyright © 2023 Hazelcast, Inc.. All rights reserved.