Class RawBytesFileFormat

java.lang.Object
com.hazelcast.jet.pipeline.file.RawBytesFileFormat
All Implemented Interfaces:
FileFormat<byte[]>, Serializable

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.
Since:
Jet 4.4
See Also:
  • Field Details

  • Method Details

    • format

      @Nonnull public String format()
      Description copied from interface: FileFormat
      Returns 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:
      format in interface FileFormat<byte[]>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object