Class EchoEncoder<E>

    • Constructor Detail

      • EchoEncoder

        public EchoEncoder()
        Deprecated.
    • Method Detail

      • encode

        public byte[] encode​(E event)
        Deprecated.
        Description copied from interface: Encoder
        Encode an event as bytes.
      • footerBytes

        public byte[] footerBytes()
        Deprecated.
        Description copied from interface: Encoder
        Get footer bytes. This method is typically called prior to the closing of the stream where events are written.
        Returns:
        footer bytes. Null values are allowed.
      • headerBytes

        public byte[] headerBytes()
        Deprecated.
        Description copied from interface: Encoder
        Get header bytes. This method is typically called upon opening of an output stream.
        Returns:
        header bytes. Null values are allowed.