Interface TransformOutputStream

    • Method Detail

      • getTransformer

        PacketTransformer getTransformer()
        Gets the PacketTransformer used by this instance to transform RawPackets.
        Returns:
        the PacketTransformer used by this instance to transform RawPackets
      • setTransformer

        void setTransformer​(PacketTransformer transformer)
        Sets the PacketTransformer to be used by this instance to transform RawPackets.
        Parameters:
        transformer - the PacketTransformer to be used by this instance to transform RawPackets