Package com.hazelcast.jet.pipeline.file
Class RawBytesFileFormat
java.lang.Object
com.hazelcast.jet.pipeline.file.RawBytesFileFormat
- All Implemented Interfaces:
 FileFormat<byte[]>,Serializable
FileFormat for binary files where the whole file is one 
 byte[] item. See FileFormat.bytes() for more details.- Since:
 - Jet 4.4
 - See Also:
 
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
FORMAT_BIN
Format ID for raw binary data.- See Also:
 
 
 - 
 - 
Method Details
- 
format
Description 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 interfaceFileFormat<byte[]>
 - 
equals
 - 
hashCode
public int hashCode() 
 -