Class FilemergeLayer

  • All Implemented Interfaces:
    Runnable, Layer

    public class FilemergeLayer
    extends AbstractBasicLayer
    Mask every byte with data of a given file. If the file is smaller than the data it will be used again and again from the beginning.

    SPDX-License-Identifier: MIT

    Author:
    Kai Kretschmann
    • Constructor Detail

      • FilemergeLayer

        public FilemergeLayer()
        Constructor of FilemergeLayer.
    • Method Detail

      • init

        public final void init​(String data)
        init function.
        Parameters:
        data - to initialise the file.
      • equals

        public boolean equals​(Object o)
        Override equals method from object class.
        Overrides:
        equals in class Object
        Parameters:
        o - object to compare with
        Returns:
        true or false
      • hashCode

        public int hashCode()
        Override equals method from object class.
        Overrides:
        hashCode in class Object
        Returns:
        hash of properties